Skip to content

Commit 2f796d9

Browse files
committed
Make a James Bond reference
1 parent fb04c5e commit 2f796d9

File tree

1 file changed

+2
-2
lines changed
  • library/core/src/num/dec2flt

1 file changed

+2
-2
lines changed

library/core/src/num/dec2flt/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ macro_rules! from_str_float_impl {
124124
/// * '2.5E-10'
125125
/// * '5.'
126126
/// * '.5', or, equivalently, '0.5'
127-
/// * '5'
128-
/// * '005'
127+
/// * '7'
128+
/// * '007'
129129
/// * 'inf', '-inf', '+infinity', 'NaN'
130130
///
131131
/// Note that alphabetical characters are not case-sensitive.

0 commit comments

Comments
 (0)