summaryrefslogtreecommitdiff
path: root/oryxc/src
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2026-03-04 21:27:32 +0100
committerThomas Voss <mail@thomasvoss.com> 2026-03-04 21:27:32 +0100
commit1d20947c8eea797f166d7243c6b2785ab8ec4644 (patch)
treec2be4d4edc6a2115deaf2ac0f962c1fa913b3997 /oryxc/src
parent0abb3adbdc44b4bf740269f7dc5e4380ffe18e84 (diff)
Unicode!
Diffstat (limited to 'oryxc/src')
-rw-r--r--oryxc/src/compiler.rs2
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>,