Skip to content

Commit

Permalink
Add nullary opDispatch; fix Arg typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ntrel committed Jul 29, 2012
1 parent 166fa5a commit 642eac9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates_advanced.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1214,7 +1214,8 @@ \subsection{Syntax}\label{opdispatchsyntax}
\index{syntax!opDispatch@\DD{opDispatch}}
\begin{dcode}
... opDispatch(string name, Args)(Arg arg)
... opDispatch(string name)()
... opDispatch(string name, Arg)(Arg arg)
... opDispatch(string name, Args...)(Args args)
\end{dcode}
Expand Down

0 comments on commit 642eac9

Please sign in to comment.