Skip to content

Commit

Permalink
Merge pull request #214 from fvictorio/patch-1
Browse files Browse the repository at this point in the history
Fix markdown in readme
  • Loading branch information
recmo authored Dec 29, 2022
2 parents da0489b + 6eca9f0 commit 44758da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ruint-macro/Readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# The `uint!` macro for `Uint` and `Bits` literals

Within the [`uint!`] macro arguments, you can write [`Uint`] and [`Bits) literals using the [same syntax][rust-syntax] as Rust integer literals, but using a capital `U` or `B` suffix respectively. Note that there is ambiguity for hexadecimals with a `B` suffix, to lessen the impact an underscore is required in this case.
Within the [`uint!`] macro arguments, you can write [`Uint`] and [`Bits`] literals using the [same syntax][rust-syntax] as Rust integer literals, but using a capital `U` or `B` suffix respectively. Note that there is ambiguity for hexadecimals with a `B` suffix, to lessen the impact an underscore is required in this case.

<!-- Fix linking to `Uint`. See https://github.com/rust-lang/rust/issues/74481 -->

Expand Down

0 comments on commit 44758da

Please sign in to comment.