Kaynağa Gözat

sokol_audio.h: minor docs fix

Andre Weissflog 7 yıl önce
ebeveyn
işleme
7fe6a9bb13
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      sokol_args.h

+ 1 - 1
sokol_args.h

@@ -69,7 +69,7 @@
     Single-quoted value strings can contain double quotes, and vice-versa:
     Single-quoted value strings can contain double quotes, and vice-versa:
 
 
         key = 'single-quoted value "can contain double-quotes"'
         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
     Note that correct quoting can be tricky on some shells, since command
     shells may remove quotes, unless they're escaped.
     shells may remove quotes, unless they're escaped.