diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2019-12-17 13:19:59 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2019-12-17 13:19:59 +0000 |
commit | ba6312a2df31235f3d4dce6acd479b8046c1087c (patch) | |
tree | fdb5e51c7891297e089bee644fca2d0cd464d939 /editors | |
parent | 7191dd7d5311af0ad8ce5ea9d6d81b64acd25355 (diff) | |
parent | 624abc1db3a291c76b7c6dbcea39e85ae5cb8f6b (diff) |
Merge #2571
2571: Fixed a typo in settings r=matklad a=omerbenamram
@lnicola found a typo in the description for one of the settings introduced in #2559.
Co-authored-by: Omer Ben-Amram <[email protected]>
Diffstat (limited to 'editors')
-rw-r--r-- | editors/code/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index 34bc81d5f..2e89513e4 100644 --- a/editors/code/package.json +++ b/editors/code/package.json | |||
@@ -524,7 +524,7 @@ | |||
524 | }, | 524 | }, |
525 | { | 525 | { |
526 | "id": "ralsp.type.lifetime", | 526 | "id": "ralsp.type.lifetime", |
527 | "description": "Color for `Self` param type", | 527 | "description": "Color for lifetimes parameters", |
528 | "defaults": { | 528 | "defaults": { |
529 | "dark": "#4EC9B0", | 529 | "dark": "#4EC9B0", |
530 | "light": "#267F99", | 530 | "light": "#267F99", |