doc tweak: const block for 0 < x < 0.5, not 0 <= x < 0.5

This commit is contained in:
Trevor Spiteri 2021-04-06 14:52:04 +02:00
parent 7394d361a5
commit 9a6fac61f2
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ macro_rules! fixed_const {
$Signedness:tt
) => {
comment! {
"This block contains constants in the range 0  <i>x</i> < 0.5.
"This block contains constants in the range 0 < <i>x</i> < 0.5.
# Examples