« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/replacer.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/replacer.js')
-rw-r--r--src/replacer.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/replacer.js b/src/replacer.js
index 8574bf0c..0698eced 100644
--- a/src/replacer.js
+++ b/src/replacer.js
@@ -821,7 +821,7 @@ export function postprocessExternalLinks(inputNodes) {
   return outputNodes;
 }
 
-export function parseInput(input) {
+export function parseContentNodes(input) {
   if (typeof input !== 'string') {
     throw new TypeError(`Expected input to be string, got ${typeAppearance(input)}`);
   }