Skip to content

Commit d640f52

Browse files
DjangoFettBethanyG
andcommitted
Update concepts/numbers/introduction.md
applying grammar suggestion Co-authored-by: BethanyG <[email protected]>
1 parent 14bf37d commit d640f52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

concepts/numbers/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ You can see more details and discussions in the following resources:
2626

2727
### Precision
2828

29-
Before diving into arithmetic, it is worth thinking about what precision means. Precision is the level of exactness that a number can be represented. An `int` is less precise than a `float` the same way that `1` is less precise that`1.125`.
29+
Before diving into arithmetic, it is worth thinking about what precision means. Precision is the level of exactness at which a number can be represented. An `int` is less precise than a `float` the same way that `1` is less precise that`1.125`.
3030

3131
## Arithmetic
3232

0 commit comments

Comments
 (0)