Skip to content

Commit 84895b8

Browse files
authored
fix: update export alias in overlays.md (#1409)
The export alias "bar" in overlays.md was updated to echo "bar" to make compliant with the new export alias rules. Signed-off-by: jaudiger <[email protected]>
1 parent 3835405 commit 84895b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/overlays.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ To create a new overlay, you first need a module:
1919
"foo"
2020
}
2121
22-
export alias bar = "bar"
22+
export alias bar = echo "bar"
2323
2424
export-env {
2525
load-env { BAZ: "baz" }

0 commit comments

Comments
 (0)