diff options
author | JasonJAyalaP <jason@jasonayala.com> | 2014-09-19 20:20:08 -0500 |
---|---|---|
committer | JasonJAyalaP <jason@jasonayala.com> | 2014-09-19 20:20:08 -0500 |
commit | 24cee5a4e6c2f7f4dd5519bd2ae161a5df21de0a (patch) | |
tree | 116146834cbcf89ead3ced0132241fe31b599bff /nim.html.markdown | |
parent | 2caa82052da942c95b8bfa937c7183ac16652718 (diff) |
cleanup
Diffstat (limited to 'nim.html.markdown')
-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 b14f0a7e..cb5f71a2 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 # |