aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/program_syntax.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/program_syntax.md b/docs/program_syntax.md
index 2b1fb3c0d..12bea732a 100644
--- a/docs/program_syntax.md
+++ b/docs/program_syntax.md
@@ -31,7 +31,7 @@ resource-arg = variable ["/" hex-integer] ["+" hex-integer]
result-arg = "<" variable "=>" arg
pointer-arg = "&" pointer-arg-addr ["=ANY"] "=" arg
pointer-arg-addr = "AUTO" | "(" pointer-addr ["/" region-size] ")"
-string-arg = "'" escaped-string "'" | "\"" escaped-string "\""
+string-arg = "'" escaped-string "'" | "\"" escaped-string "\"" | "\"$" escaped-string "\""
struct-arg = "{" [arg ["," arg]*] "}"
array-arg = "[" [arg ["," arg]*] "]"
union-arg = "@" field-name ["=" arg]