Changed prose to assert_eq! macro.
This commit is contained in:
parent
65b0655230
commit
f618e2e1ec
1 changed files with 2 additions and 2 deletions
|
|
@ -320,9 +320,9 @@ next line to be ignored.
|
|||
let a = "foobar";
|
||||
let b = "foo\
|
||||
bar";
|
||||
```
|
||||
|
||||
`a` is equivalent to `b`.
|
||||
assert_eq!(a,b);
|
||||
```
|
||||
|
||||
##### Character escapes
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue