diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2017-05-21 01:21:31 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2017-05-21 01:21:31 -0700 |
commit | cf10fdda2cce9ddf81b79cbea09eafa64419046f (patch) | |
tree | 6df17686677409002e385be972849d15d1dbc3e8 /lib/index.rb | |
parent | Implement hidden messages to block out spam. (diff) | |
download | frontend-cf10fdda2cce9ddf81b79cbea09eafa64419046f.tar.gz frontend-cf10fdda2cce9ddf81b79cbea09eafa64419046f.tar.bz2 frontend-cf10fdda2cce9ddf81b79cbea09eafa64419046f.zip |
Fix accidental plural in function.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'lib/index.rb')
-rw-r--r-- | lib/index.rb | 2 |
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 |