summaryrefslogtreecommitdiffhomepage
path: root/nim.html.markdown
diff options
context:
space:
mode:
authorJasonJAyalaP <jason@jasonayala.com>2014-09-19 20:04:08 -0500
committerJasonJAyalaP <jason@jasonayala.com>2014-09-19 20:04:08 -0500
commit91e68f583099518b7ab64c323d5f13750eb2b14c (patch)
tree010692e9971745711181855dace7d8c41086c96c /nim.html.markdown
parent08c18afeb327303bab9473199f43d903d03a2607 (diff)
cleanup
Diffstat (limited to 'nim.html.markdown')
-rw-r--r--nim.html.markdown4
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
#