diff options
Diffstat (limited to 'Doc/libbastion.tex')
-rw-r--r-- | Doc/libbastion.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/libbastion.tex b/Doc/libbastion.tex index 7b7cba6871..c405c64180 100644 --- a/Doc/libbastion.tex +++ b/Doc/libbastion.tex @@ -17,7 +17,7 @@ other, unsafe attributes. % I've punted on the issue of documenting keyword arguments for now. -\begin{funcdesc}{Bastion}{object\optional{\, filter\, name\, class}} +\begin{funcdesc}{Bastion}{object\optional{, filter, name, class}} Protect the object \var{object}, returning a bastion for the object. Any attempt to access one of the object's attributes will have to be approved by the \var{filter} function; if the access is |