diff --git a/Manual/BuildTools/Lake/Config.lean b/Manual/BuildTools/Lake/Config.lean index 339a9b4bd..3a65eb3f0 100644 --- a/Manual/BuildTools/Lake/Config.lean +++ b/Manual/BuildTools/Lake/Config.lean @@ -1043,7 +1043,7 @@ The glob pattern `N.*` matches `N` or any submodule for which `N` is a prefix. $_:name".*" ``` -The glob pattern `N.*` matches any submodule for which `N` is a strict prefix, but not `N` itself. +The glob pattern `N.+` matches any submodule for which `N` is a strict prefix, but not `N` itself. ```grammar $_:name".+"