lib/strings: fix quoting of example

Co-authored-by: Silvan Mosberger <github@infinisil.com>
This commit is contained in:
Naïm Camille Favier 2022-04-27 19:42:40 +02:00 committed by GitHub
parent 226bc99659
commit 535997fa52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -350,7 +350,7 @@ rec {
Example:
''
${toShellVar foo "some string"}
${toShellVar "foo" "some string"}
[[ "$foo" == "some string" ]]
''
*/