doc: fix typo in Lake's Require DSL

This commit is contained in:
Connor Baker 2023-08-21 01:08:44 -04:00 committed by Mac Malone
parent ea60ac1443
commit 24cfae2421

View file

@ -38,7 +38,7 @@ def expandDepSpec : TSyntax ``depSpec → MacroM Command
| _ => Macro.throwUnsupported
/--
Adds a mew package dependency to the workspace. Has two forms:
Adds a new package dependency to the workspace. Has two forms:
```lean
require foo from "path"/"to"/"local"/"package" with NameMap.empty