From 624abc1db3a291c76b7c6dbcea39e85ae5cb8f6b Mon Sep 17 00:00:00 2001 From: Omer Ben-Amram Date: Mon, 16 Dec 2019 17:32:46 +0200 Subject: [PATCH] Fixed a typo thanks @lnicola --- editors/code/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editors/code/package.json b/editors/code/package.json index 9290599c7a..d6d47e3a1b 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -524,7 +524,7 @@ }, { "id": "ralsp.type.lifetime", - "description": "Color for `Self` param type", + "description": "Color for lifetimes parameters", "defaults": { "dark": "#4EC9B0", "light": "#267F99",