Skip to content

Commit 14ea197

Browse files
goekcechrisjsewell
andauthored
📚 Minor typo in cross-referencing.md (#990)
Co-authored-by: Chris Sewell <chrisj_sewell@hotmail.com>
1 parent bc35794 commit 14ea197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/syntax/cross-referencing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ you can then reference inventory objects by prefixing the `inv` schema to the de
338338

339339
`key`, `domain` and `type` are optional, e.g. for `inv:#name`, all inventories, domains and types will be searched, with a [warning emitted](myst-warnings) if multiple matches are found.
340340

341-
Additionally, `*` is a wildcard which matches zero or characters, e.g. `inv:*:std:doc#a*` will match all `std:doc` objects in all inventories, with a `name` beginning with `a`.
341+
Additionally, `*` is a wildcard which matches zero or more characters, e.g. `inv:*:std:doc#a*` will match all `std:doc` objects in all inventories, with a `name` beginning with `a`.
342342
Note, to match to a literal `*` use `\*`.
343343

344344
Here are some examples:

0 commit comments

Comments
 (0)