We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7723583 commit c956e17Copy full SHA for c956e17
chapters/syntax/comparing_ranges.textile
@@ -30,6 +30,6 @@ This is a nice feature lifted from Python. Instead of writing out the full compa
30
normalHeight = height > maxDwarfism && height < minAcromegaly
31
{% endhighlight %}
32
33
-CoffeeScript allows us to chain the two comparisons together in a form that more closely matches the way a mothematician would write it.
+CoffeeScript allows us to chain the two comparisons together in a form that more closely matches the way a mathematician would write it.
34
35
0 commit comments