diff options
author | JasonJAyalaP <jason@jasonayala.com> | 2014-09-19 20:04:08 -0500 |
---|---|---|
committer | JasonJAyalaP <jason@jasonayala.com> | 2014-09-19 20:04:08 -0500 |
commit | 91e68f583099518b7ab64c323d5f13750eb2b14c (patch) | |
tree | 010692e9971745711181855dace7d8c41086c96c | |
parent | 08c18afeb327303bab9473199f43d903d03a2607 (diff) |
cleanup
-rw-r--r-- | nim.html.markdown | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/nim.html.markdown b/nim.html.markdown index f84b8bbd..929d0a74 100644 --- a/nim.html.markdown +++ b/nim.html.markdown @@ -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 # |