diff options
| author | Brad Lewis <22850972+BradLewis@users.noreply.github.com> | 2025-08-26 10:08:06 -0400 |
|---|---|---|
| committer | Brad Lewis <22850972+BradLewis@users.noreply.github.com> | 2025-08-26 10:08:06 -0400 |
| commit | 53a500a67e4f867a6a856a82e44bd058a2d07427 (patch) | |
| tree | 5a23f4d481e79a2b1e335cadefc08db4ce92d19e | |
| parent | 2d2284560741f8d6b834ffd0b6c5a34d1ad3b77c (diff) | |
Add missing comma for fake methods description in schema
| -rw-r--r-- | misc/ols.schema.json | 2 |
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" }, |