mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 22:48:11 +00:00
Base: Fixup forgotten 'example' heading name in Shell man page
As noticed in #3578.
This commit is contained in:
parent
f1c0f661f4
commit
642b52cbb8
1 changed files with 1 additions and 1 deletions
|
@ -260,7 +260,7 @@ Multiple _patterns_ can be attributed to a single given action by delimiting the
|
|||
|
||||
The expanded _matched expression_ can optionally be given a name using the `as name` clause after the _matched expression_, with which it may be accessible in the action clauses.
|
||||
|
||||
######
|
||||
###### Examples
|
||||
```sh
|
||||
# Match the result of running 'make_some_value' (which is a list when captured by $(...))
|
||||
match "$(make_some_value)" as value {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue