Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonJAyalaP committed Sep 20, 2014
1 parent 2caa820 commit 24cee5a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions nim.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -240,10 +240,6 @@ of aNo:
addSugar()
# No need for an `else` here. Only `yes` and `no` are possible.
proc pluralize(a: int): string =
if a > 1 or a == 0: return "s"
else: return ""
#
# FFI
#
Expand Down

0 comments on commit 24cee5a

Please sign in to comment.