Conversation
Just a small typo.
|
Hello 👋 Thanks for your PR. This repo does not currently have dedicated maintainers. Our cross-track maintainers team will attempt to review and merge your PR, but it will likely take longer for your PR to be reviewed. If you enjoy contributing to Exercism and have a track-record of doing so successfully, you might like to become an Exercism maintainer for this track. Please feel free to ask any questions, or chat to us about anything to do with this PR or the reviewing process on the Exercism forum. (cc @exercism/cross-track-maintainers) |
|
|
||
| ~~~~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. | ||
| In Swift you can't mix types in arithmetic operations, so you can't use any arithmetic operator on an `Int` with a `Double` or vice versa. |
There was a problem hiding this comment.
Note, https://github.com/exercism/swift/blob/main/concepts/numbers/about.md?plain=1#L25 has the same typo. I believe these two files are meant to be the same.
There was a problem hiding this comment.
Just a small typo.