mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 21:05:02 +00:00
Auto merge of #12537 - kevinushey:bugfix/items-typo, r=Veykril
fix typo in package.json Fixes a small typo in `package.json`.
This commit is contained in:
commit
7ca5d165f8
1 changed files with 1 additions and 1 deletions
|
@ -1430,7 +1430,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "public",
|
"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",
|
"id": "reference",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue