Skip to content

Commit

Permalink
doc: follow idiom in code snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
tshepang committed Sep 17, 2015
1 parent d2e13e8 commit 553a2f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/reference.md
Expand Up @@ -2762,7 +2762,7 @@ The following expressions are equivalent.
let x = std::ops::Range {start: 0, end: 10};
let y = 0..10;
assert_eq!(x,y);
assert_eq!(x, y);
```

### Unary operator expressions
Expand Down

0 comments on commit 553a2f1

Please sign in to comment.