We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f8f9e7 commit f3bdb17Copy full SHA for f3bdb17
documentation/language-reference/top-level-functions/D.md
@@ -90,7 +90,7 @@ define domains `example.com!george` and `example.com!john` then:
90
91
* `--domains=example.com` will not match either domain.
92
* `--domains='example.com!george'` will match only match the first.
93
-* `--domains='example.com!george",example.com!john` will match both.
+* `--domains='example.com!george,example.com!john'` will match both.
94
95
{% hint style="info" %}
96
**NOTE**: The quotes are required if your shell treats `!` as a special
0 commit comments