diff --git a/doc/content-for-faq.html b/doc/content-for-faq.html index d41f2955b..88f67ab46 100644 --- a/doc/content-for-faq.html +++ b/doc/content-for-faq.html @@ -97,7 +97,7 @@ POKI_INCLUDE_ESCAPED(data/single-quote-example.mlr)HERE POKI_RUN_COMMAND{{echo a=bcd | mlr put -f data/single-quote-example.mlr}}HERE -

So, it&rsuoq;s simple: Miller’s DSL uses double quotes for strings, +

So, it’s simple: Miller’s DSL uses double quotes for strings, and you can put single quotes (or backslash-escaped double-quotes) inside strings, no problem. diff --git a/doc/faq.html b/doc/faq.html index 09eeb0dfa..49cad610c 100644 --- a/doc/faq.html +++ b/doc/faq.html @@ -468,7 +468,7 @@ a=It's OK, I said, then 'for now'.

-

So, it&rsuoq;s simple: Miller’s DSL uses double quotes for strings, +

So, it’s simple: Miller’s DSL uses double quotes for strings, and you can put single quotes (or backslash-escaped double-quotes) inside strings, no problem.