Skip to content

Commit 994b978

Browse files
authored
Merge pull request #273 from sogaiu/tweak-def-minus-example
Tweak def- example
2 parents 8aecb34 + deb7749 commit 994b978

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/def-.janet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ module/private-thing # -> Unknown symbol
99
module/public-thing # -> :exposed
1010

1111
# Same as normal def with :private metadata
12-
(def :private x private-thing :encapsulated)
12+
(def private-thing :private :encapsulated)

0 commit comments

Comments
 (0)