about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJoël Kuijper <31251240+Joehoel@users.noreply.github.com>2022-05-26 20:12:43 +0200
committerGitHub <noreply@github.com>2022-05-26 20:12:43 +0200
commitf872b61c5680d646541c05a223cd76db38bbde37 (patch)
treee38f4b3a0a4ea25db86cb654e901964b3c54c20d
parentc567771605631c786af8b3d21204abad857e04ac (diff)
downloadrust-f872b61c5680d646541c05a223cd76db38bbde37.tar.gz
rust-f872b61c5680d646541c05a223cd76db38bbde37.zip
typo: missing comma
-rw-r--r--docs/user/manual.adoc2
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"
          }
     },