aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Lewis <22850972+BradLewis@users.noreply.github.com>2025-08-26 10:08:06 -0400
committerBrad Lewis <22850972+BradLewis@users.noreply.github.com>2025-08-26 10:08:06 -0400
commit53a500a67e4f867a6a856a82e44bd058a2d07427 (patch)
tree5a23f4d481e79a2b1e335cadefc08db4ce92d19e
parent2d2284560741f8d6b834ffd0b6c5a34d1ad3b77c (diff)
Add missing comma for fake methods description in schema
-rw-r--r--misc/ols.schema.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/ols.schema.json b/misc/ols.schema.json
index 2d287da..3ec252d 100644
--- a/misc/ols.schema.json
+++ b/misc/ols.schema.json
@@ -77,7 +77,7 @@
},
"enable_fake_methods": {
"type": "boolean",
- "description": "Turn on fake methods completion."
+ "description": "Turn on fake methods completion.",
"default": false
},
"disable_parser_errors": { "type": "boolean" },