« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/util/strings.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/strings.js')
-rw-r--r--src/util/strings.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/strings.js b/src/util/strings.js
index ffd257b..c596bd8 100644
--- a/src/util/strings.js
+++ b/src/util/strings.js
@@ -32,7 +32,7 @@ import { bindOpts } from './sugar.js';
 //
 // ...you can just do:
 //
-//     strings.count.tracks(album.tracks.length)
+//     language.countTracks(album.tracks.length)
 //
 // Definitely note bindUtilities expects an OBJECT, not an array, otherwise
 // it won't 8e a8le to know what keys to attach the utilities 8y!