diff options
Diffstat (limited to 'misc/ols.schema.json')
| -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 fd022af..d9fee4e 100644 --- a/misc/ols.schema.json +++ b/misc/ols.schema.json @@ -94,7 +94,7 @@ }, "enable_comp_lit_signature_help": { "type": "boolean", - "description": "Provide signature help for comp lits such as when instanciating structs. Will not display correctly on some editors such as vscode.", + "description": "Provide signature help for comp lits such as when instantiating structs. Will not display correctly on some editors such as vscode.", "default": false }, "disable_parser_errors": { "type": "boolean" }, |