Skip to content

Commit

Permalink
Fix: docs/native-numbers markdown correction
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMhv committed Aug 27, 2024
1 parent 8246a50 commit 6943a15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/native-numbers.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ Positive numbers _must_ be written with a `+` sign, otherwise they'll be interpr

Numbers can also be written in binary or hexadecimal form. Underscores can be optionally used as digit separators to make large numbers more readable.

````rs
```rs
decimal = 1194684
binary = 0b100_100_011_101_010_111_100
hexadecimal = 0x123_abc
hex_signed = -0xbeef

```

### F24

Expand Down

0 comments on commit 6943a15

Please sign in to comment.