Skip to content

Commit f618e2e

Browse files
committed
Changed prose to assert_eq! macro.
1 parent 65b0655 commit f618e2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -320,9 +320,9 @@ next line to be ignored.
320320
let a = "foobar";
321321
let b = "foo\
322322
bar";
323-
```
324323

325-
`a` is equivalent to `b`.
324+
assert_eq!(a,b);
325+
```
326326

327327
##### Character escapes
328328

0 commit comments

Comments
 (0)