diff options
Diffstat (limited to 'oryxc/src/compiler.rs')
| -rw-r--r-- | oryxc/src/compiler.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oryxc/src/compiler.rs b/oryxc/src/compiler.rs index 3f5ca40..06f7d92 100644 --- a/oryxc/src/compiler.rs +++ b/oryxc/src/compiler.rs @@ -271,7 +271,7 @@ fn find_task( None } -/// Print all errors to stderr using the file's name and source buffer. +/// Print all errors to stderr using the file’s name and source buffer. fn emit_errors<T>(fdata: &FileData, errors: T) where T: IntoIterator<Item = OryxError>, |