From 7fe6a9bb135f42c8a8239226e98bbca4c222d2ed Mon Sep 17 00:00:00 2001 From: Andre Weissflog Date: Wed, 17 Oct 2018 21:06:51 +0200 Subject: sokol_audio.h: minor docs fix --- sokol_args.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sokol_args.h') 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. -- cgit v1.2.3