You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/format.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -336,7 +336,7 @@ There are five structural expressions that may be nested:
336
336
- `or`- match at least one of the children
337
337
- `not`- match when the child expression does not
338
338
- `N or more`- match at least `N` or more of the children
339
-
- `optional`is an alias for `0 or more`, which is useful for documenting related features. See [write-file.yml](/host-interaction/file-system/write/write-file.yml) for an example.
339
+
- `optional`is an alias for `0 or more`, which is useful for documenting related features. See [write-file.yml](/host-interaction/file-system/write/write-file-on-linux.yml) for an example.
340
340
341
341
To add context to a statement, you can add *one* nested description entry in the form `- description: DESCRIPTION STRING`.
342
342
Check the [description section](#descriptions) for more details.
0 commit comments