summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2017-05-21 01:21:31 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2017-05-21 01:21:31 -0700
commitcf10fdda2cce9ddf81b79cbea09eafa64419046f (patch)
tree6df17686677409002e385be972849d15d1dbc3e8
parentImplement hidden messages to block out spam. (diff)
downloadfrontend-cf10fdda2cce9ddf81b79cbea09eafa64419046f.tar.gz
frontend-cf10fdda2cce9ddf81b79cbea09eafa64419046f.tar.bz2
frontend-cf10fdda2cce9ddf81b79cbea09eafa64419046f.zip
Fix accidental plural in function.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
-rw-r--r--lib/index.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/index.rb b/lib/index.rb
index c4b0ff0..bfd6205 100644
--- a/lib/index.rb
+++ b/lib/index.rb
@@ -1,6 +1,6 @@
PER_PAGE = 100
-def index_names(list)
+def index_name(list)
'ml-' + list
end