s/more that two/more than two

This commit is contained in:
Sergey Zubkov
2018-06-25 16:16:40 -04:00
committed by GitHub
parent e0ecfc83b7
commit cb08aa24a4

View File

@@ -12576,7 +12576,7 @@ Consequently, it is best to be specific about the comparison.
// ...
}
Always remember that an integer can have more that two values.
Always remember that an integer can have more than two values.
##### Example, bad