Skip to content

Commit

Permalink
Fixed missing doc on macro "@~"
Browse files Browse the repository at this point in the history
  • Loading branch information
Hong Ge authored and vtjnash committed Jan 24, 2016
1 parent 987f57d commit 70477b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/devdocs/ast.rst
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@ x"y" (macrocall @x_str "y")
x"y"z (macrocall @x_str "y" "z")
"x = $x" (string "x = " x)
\`a b c\` (macrocall @cmd "a b c")
x ~ distr (macrocall @~ x distr)
======================= ====================================

Doc string syntax::
Expand Down

0 comments on commit 70477b7

Please sign in to comment.