From 42344474d34624d208bd1065b6a5900b0e105caa Mon Sep 17 00:00:00 2001 From: Patrick Cloke Date: Tue, 7 Mar 2023 11:43:03 -0500 Subject: [PATCH] Fix typo. Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> --- content/appendices.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/appendices.md b/content/appendices.md index 6d37f299..dce452e5 100644 --- a/content/appendices.md +++ b/content/appendices.md @@ -936,7 +936,7 @@ E.164 numbering plan. Note that MSISDNs do not include a leading '+'. ## Glob-style matching -It is useful to match strings via globbing in some situations, globbing in Matrix +It is useful to match strings via globbing in some situations. Globbing in Matrix uses the following rules: * The character `*` matches zero or more characters.