Skip to content

Commit 5359e8f

Browse files
committed
minor
1 parent 76c68db commit 5359e8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/dev/style.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ fn foo() -> Option<Bar> {
401401
Use `<`/`<=`, avoid `>`/`>=`.
402402
Less-then comparisons are more intuitive, they correspond spatially to [real line](https://en.wikipedia.org/wiki/Real_line)
403403

404-
```rs
404+
```rust
405405
// Good
406406
assert!(lo <= x && x <= hi);
407407

0 commit comments

Comments
 (0)