Unnamed repository; edit this file 'description' to name the repository.
typo: missing comma
Joël Kuijper 2022-05-27
parent c567771 · commit f872b61
-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 e8520c66f4..c1496998ea 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"
}
},