Skip to content

Commit c6500a0

Browse files
committed
fix comments
1 parent 483584f commit c6500a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

application/locale.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -838,11 +838,11 @@ function module_code(library_namespace) {
838838
return Array.isArray(_sentence);
839839
})) {
840840
// e.g., new CeL.gettext.Sentence_combination(
841-
// [ [ 'message', p1 ], [ 'message' ] ])
841+
// [ [ 'message', arg1 ], [ 'message' ] ])
842842
sentence_combination.append(sentence);
843843
} else {
844844
// e.g., new CeL.gettext.Sentence_combination(
845-
// [ 'message', p1, p2 ])
845+
// [ 'message', arg1, arg2 ])
846846
sentence_combination.push(sentence);
847847
}
848848
}

0 commit comments

Comments
 (0)