1
Fork 0
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:
AnotherTest 2020-09-23 08:18:06 +03:30 committed by Andreas Kling
parent f1c0f661f4
commit 642b52cbb8

View file

@ -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 {