mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +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
Notes:
sideshowbarker
2024-07-19 02:16:05 +09:00
Author: https://github.com/alimpfard Commit: https://github.com/SerenityOS/serenity/commit/642b52cbb8f Pull-request: https://github.com/SerenityOS/serenity/pull/3583
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…
Reference in a new issue