exercism / swift

Exercism exercises in Swift.
https://exercism.org/tracks/swift
MIT License
113 stars 158 forks source link

Incorrect example operator #731

Closed K4zMa closed 7 months ago

K4zMa commented 7 months ago

Fixed the values for the less than operator in the introduction to comparision operators.

meatball133 commented 7 months ago

Changes should also be applied to the following files:

concept:conditionals:about.md exercise:vehicle-purchase:introduction.md

K4zMa commented 7 months ago

thanks for pointing it out

meatball133 commented 7 months ago

Forgot to add that the change also have to be applied to:

K4zMa commented 7 months ago

already done