Skip to content

Commit 9817874

Browse files
committed
Addressed review comments from @redorav
1 parent b76e8ae commit 9817874

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/base/oven.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,7 @@
649649
wks = wks,
650650
sln = wks,
651651
prj = prj,
652-
usage = usage,
652+
usage = usage,
653653
}
654654

655655
local ctx = context.new(usage or prj or wks, environ)

website/docs/usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The `usage` API is used to define configuration to be consumed by the `uses` API
99

1010
### Magic Usage Blocks ###
1111

12-
1. `PRIVATE` - Private specifies a configuration to be automatically applied to the project defining the `usage` block. This block is inaccessible to be consumed by `uses`.
12+
1. `PRIVATE` - Private specifies a configuration to be automatically applied to the project defining the `usage` block. This block is inaccessible to be consumed by `uses`. This is the equivalent of defining configuration inside the project directly.
1313
2. `INTERFACE` - Interface has the opposite meaning as private usages. An interface usage is applied only to those projects consuming it via `uses`. Interface usage blocks are consumed by specfiying the containing project's name in the `uses` list.
1414
3. `PUBLIC` - Public specifies a configuration to be automatically applied to the project defining the `usage` block and any project consuming it via `uses`. Like `INTERFACE`, it is consumed by specifying the name of the project it is defined in.
1515

0 commit comments

Comments
 (0)