Skip to content

Commit fe7fda3

Browse files
annainfoKristofferC
authored andcommitted
Update integers-and-floating-point-numbers.md (#28744)
(cherry picked from commit ae0738e)
1 parent bfd465b commit fe7fda3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/manual/integers-and-floating-point-numbers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ UInt128: [0,340282366920938463463374607431768211455]
215215
```
216216

217217
The values returned by [`typemin`](@ref) and [`typemax`](@ref) are always of the given argument
218-
type. (The above expression uses several features we have yet to introduce, including [for loops](@ref man-loops),
218+
type. (The above expression uses several features that have yet to be introduced, including [for loops](@ref man-loops),
219219
[Strings](@ref man-strings), and [Interpolation](@ref), but should be easy enough to understand for users
220220
with some existing programming experience.)
221221

@@ -678,7 +678,7 @@ where syntactic conflicts arise:
678678
* The 32-bit floating-point literal expression `1.5f22` could be interpreted as the numeric literal
679679
`1.5` multiplied by the variable `f22`.
680680

681-
In all cases, we resolve the ambiguity in favor of interpretation as numeric literals:
681+
In all cases the ambiguity is resolved in favor of interpretation as numeric literals:
682682

683683
* Expressions starting with `0x` are always hexadecimal literals.
684684
* Expressions starting with a numeric literal followed by `e` or `E` are always floating-point literals.

0 commit comments

Comments
 (0)