More cleaning up.

This commit is contained in:
Caleb Campbell
2025-07-11 15:30:32 +10:00
parent eb6869738c
commit 0f1a971ed7
5 changed files with 9 additions and 8 deletions

View File

@@ -175,7 +175,7 @@ export class PassageReference implements ChapterReference, PassageOptions {
// there are special keywords for formatting (m or manuscript, for
// example) - anything else is treated as a Bible version code
for (let option of optionArgs) {
for (const option of optionArgs) {
switch (option) {
case "m":
case "manuscript":