Skip to content

Commit 1503432

Browse files
committed
Add missing second argument for 'attenuate' operation
1 parent 8a578e1 commit 1503432

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

body.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -873,8 +873,8 @@ \subsubsection{\code{adv}}
873873
\subsubsection{\code{attenuate}}
874874
\begin{description}
875875
\item [Description] Returns the attenuated authority
876-
\item [Arguments] A value of authority type.
877-
\item [Returns] A value of authority type
876+
\item [Arguments] A tuple with the authority to use and the target level of authority.
877+
\item [Returns] A value of authority type.
878878
\item [Example usage] \code{attenuate ( authority, `\{alice\}` ) } Note that the above example will generate a runtime error.
879879
\end{description}
880880

0 commit comments

Comments
 (0)