Skip to content

Commit 19e98e5

Browse files
authored
Use more consistency MasterDuke++
1 parent 3f05cfa commit 19e98e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/qast.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ sub-nodes will be used, or the first one if none match. In the case of 123,
384384
it may be a boxed integer or a native integer value:
385385

386386
QAST::Want.new(
387-
QAST::WVal.new( :value($boxed-constant) ), # default boxed value
387+
QAST::WVal.new( :value($boxed_constant) ), # default boxed value
388388
'Ii', QAST::IVal.new( :value($the_value) ) # native int value
389389
)
390390

0 commit comments

Comments
 (0)