Skip to content

Commit c956e17

Browse files
committed
Fixed typo: “mothematician”
1 parent 7723583 commit c956e17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapters/syntax/comparing_ranges.textile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ This is a nice feature lifted from Python. Instead of writing out the full compa
3030
normalHeight = height > maxDwarfism && height < minAcromegaly
3131
{% endhighlight %}
3232

33-
CoffeeScript allows us to chain the two comparisons together in a form that more closely matches the way a mothematician would write it.
33+
CoffeeScript allows us to chain the two comparisons together in a form that more closely matches the way a mathematician would write it.
3434

3535

0 commit comments

Comments
 (0)