Skip to content

Commit f92bb90

Browse files
fix: overzealous copy-paste (#569)
1 parent 6356769 commit f92bb90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Manual/BuildTools/Lake/Config.lean

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -963,7 +963,7 @@ $[where $_*]?
963963

964964
:::syntax command (title := "Custom Library Facets")
965965

966-
Package facets allow the production of an artifact or set of artifacts from a library.
966+
Library facets allow the production of an artifact or set of artifacts from a library.
967967
The Lake API makes it possible to query a library for its modules; thus, one common use for a library facet is to build a given facet of each module.
968968

969969
```grammar
@@ -979,7 +979,7 @@ $[where $_*]?
979979

980980
:::syntax command (title := "Custom Module Facets")
981981

982-
Package facets allow the production of an artifact or set of artifacts from a module, typically by invoking a command-line tool.
982+
Module facets allow the production of an artifact or set of artifacts from a module, typically by invoking a command-line tool.
983983

984984
```grammar
985985
$[$_:docComment]?

0 commit comments

Comments
 (0)