Skip to content

Commit f3bdb17

Browse files
authoredFeb 21, 2025··
DOCS: Fix quoting issue in D.md (#3446)
1 parent 3f8f9e7 commit f3bdb17

File tree

1 file changed

+1
-1
lines changed
  • documentation/language-reference/top-level-functions

1 file changed

+1
-1
lines changed
 

‎documentation/language-reference/top-level-functions/D.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ define domains `example.com!george` and `example.com!john` then:
9090

9191
* `--domains=example.com` will not match either domain.
9292
* `--domains='example.com!george'` will match only match the first.
93-
* `--domains='example.com!george",example.com!john` will match both.
93+
* `--domains='example.com!george,example.com!john'` will match both.
9494

9595
{% hint style="info" %}
9696
**NOTE**: The quotes are required if your shell treats `!` as a special

0 commit comments

Comments
 (0)
Please sign in to comment.