Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Manual/BuildTools/Lake/Config.lean
Original file line number Diff line number Diff line change
Expand Up @@ -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".+"
Expand Down