diff options
| author | Joël Kuijper <31251240+Joehoel@users.noreply.github.com> | 2022-05-26 20:12:43 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-26 20:12:43 +0200 |
| commit | f872b61c5680d646541c05a223cd76db38bbde37 (patch) | |
| tree | e38f4b3a0a4ea25db86cb654e901964b3c54c20d | |
| parent | c567771605631c786af8b3d21204abad857e04ac (diff) | |
| download | rust-f872b61c5680d646541c05a223cd76db38bbde37.tar.gz rust-f872b61c5680d646541c05a223cd76db38bbde37.zip | |
typo: missing comma
| -rw-r--r-- | docs/user/manual.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user/manual.adoc b/docs/user/manual.adoc index e8520c66f49..c1496998ea7 100644 --- a/docs/user/manual.adoc +++ b/docs/user/manual.adoc @@ -763,7 +763,7 @@ Most themes doesn't support styling unsafe operations differently yet. You can f "editor.semanticTokenColorCustomizations": { "rules": { "operator.unsafe": "#ff6600", - "function.unsafe": "#ff6600" + "function.unsafe": "#ff6600", "method.unsafe": "#ff6600" } }, |
