esvapi: rename ESVAPI_PARAMETERS to esvapiParameters

Keep with D code style
This commit is contained in:
Jeremy Baxter 2025-05-01 19:12:40 +12:00
parent 3d483fd0f4
commit 4564b88e42

View file

@ -114,7 +114,7 @@ immutable string[] bibleBooks = [
];
/++ All allowed API parameters (for text passages). +/
immutable string[] ESVAPI_PARAMETERS = [
immutable string[] esvapiParameters = [
"include-passage-references",
"include-verse-numbers",
"include-first-verse-numbers",