Skip to content

Commit

Permalink
DOCS: Fix quoting issue in D.md (#3446)
Browse files Browse the repository at this point in the history
  • Loading branch information
labrown authored Feb 21, 2025
1 parent 3f8f9e7 commit f3bdb17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/language-reference/top-level-functions/D.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ define domains `example.com!george` and `example.com!john` then:

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

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

0 comments on commit f3bdb17

Please sign in to comment.