Skip to content

Commit 61e8268

Browse files
committed
Fix span.
1 parent 8a8cccd commit 61e8268

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ an error message like this:
141141
~~~~ {.notrust}
142142
hello.rs:2:4: 2:16 error: unresolved name: print_with_unicorns
143143
hello.rs:2 print_with_unicorns("hello?");
144-
^~~~~~~~~~~~~~~~~~~~~~~
144+
^~~~~~~~~~~~~~~~~~~
145145
~~~~
146146

147147
In its simplest form, a Rust program is a `.rs` file with some types

0 commit comments

Comments
 (0)