diff options
| author | Kevin Ushey <kevinushey@gmail.com> | 2022-06-14 14:44:23 -0700 |
|---|---|---|
| committer | Kevin Ushey <kevinushey@gmail.com> | 2022-06-14 14:44:23 -0700 |
| commit | 3cbbaf014e1018348744ffec01376c7a53b5c5e3 (patch) | |
| tree | e9c72a96f774c2cb29dc7c4252ada21616ca9f52 | |
| parent | 65874dfff205335840cc9265ba06d74f234b719d (diff) | |
| download | rust-3cbbaf014e1018348744ffec01376c7a53b5c5e3.tar.gz rust-3cbbaf014e1018348744ffec01376c7a53b5c5e3.zip | |
fix typo in package.json
| -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 e56583e63bd..a40ca6e2df1 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -1430,7 +1430,7 @@ }, { "id": "public", - "description": "Style tems that are from the current crate and are `pub`" + "description": "Style for items that are from the current crate and are `pub`" }, { "id": "reference", |
