Skip to content

Commit

Permalink
Update about.md
Browse files Browse the repository at this point in the history
Fix word-choice error.
  • Loading branch information
shaver authored Dec 1, 2024
1 parent 440880f commit 0af727f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion concepts/numbers/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ let plancksConstant : Double = 6.62607015e-34 // plancksConstant is a Double

~~~~exercism/caution
In Swift can't mix types in arithmetic operations, so you can't use any arithmetic operator on an `Int` with a `Double` or vice versa.
Thereby you have to do a type conversion first.
Therefore, you have to do a type conversion first.
~~~~

Swift does have a set of [arithmetic operators][arithmetic-operators] that can be used to perform basic mathematical operations.
Expand Down

0 comments on commit 0af727f

Please sign in to comment.