aboutsummaryrefslogtreecommitdiff
path: root/sokol_args.h
diff options
context:
space:
mode:
authorAndre Weissflog <floooh@gmail.com>2018-10-17 21:06:51 +0200
committerAndre Weissflog <floooh@gmail.com>2018-10-17 21:06:51 +0200
commit7fe6a9bb135f42c8a8239226e98bbca4c222d2ed (patch)
tree7ffda741515931db1b9b15b06762a16b9135851f /sokol_args.h
parent05a0e274f711104cd8c5574ac9004ee5849091eb (diff)
sokol_audio.h: minor docs fix
Diffstat (limited to 'sokol_args.h')
-rw-r--r--sokol_args.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sokol_args.h b/sokol_args.h
index 240259db..df21728b 100644
--- a/sokol_args.h
+++ b/sokol_args.h
@@ -69,7 +69,7 @@
Single-quoted value strings can contain double quotes, and vice-versa:
key = 'single-quoted value "can contain double-quotes"'
- key = 'double-quoted value 'can contain single-quotes'"
+ key = "double-quoted value 'can contain single-quotes'"
Note that correct quoting can be tricky on some shells, since command
shells may remove quotes, unless they're escaped.