From 5359e8f7429a7b6db7b1ab1ced5b19ff05d79123 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Wed, 7 Oct 2020 13:11:33 +0200 Subject: minor --- docs/dev/style.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/dev/style.md') diff --git a/docs/dev/style.md b/docs/dev/style.md index 7aed7816e..59067d234 100644 --- a/docs/dev/style.md +++ b/docs/dev/style.md @@ -401,7 +401,7 @@ fn foo() -> Option { Use `<`/`<=`, avoid `>`/`>=`. Less-then comparisons are more intuitive, they correspond spatially to [real line](https://en.wikipedia.org/wiki/Real_line) -```rs +```rust // Good assert!(lo <= x && x <= hi); -- cgit v1.2.3