Skip to content

Commit

Permalink
Docs typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Mouq committed Sep 30, 2013
1 parent a311f5b commit 1ee57de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/qast.markdown
Expand Up @@ -352,7 +352,7 @@ instead.
A QAST::Block can only appear once in the QAST tree. So what if you want to
refer to a block from elsewhere? The answer is to use a QAST::BVal.

QAST::BVal.new( :block($some_block) )
QAST::BVal.new( :value($some_block) )

The $some_block should be a QAST::Block. Note that this only works if the
block is in the same compilation unit as the one where the BVal is used
Expand Down

0 comments on commit 1ee57de

Please sign in to comment.