File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -996,7 +996,7 @@ \subsubsection{\code{pinipushto}}
996996 \item [Arguments] A tuple: a value of type authority, and a level.
997997 \item [Returns] A string capability to be passed as the argument to \code {pinipop}
998998 \item [Failure behavior] Crashes if the current blocking level does not flow to the level argument.
999- \item [Example usage] \textcode {pinipushto (authority, \{ bob\} )}
999+ \item [Example usage] \textcode {pinipushto (authority, ` \{ bob\} ` )}
10001000\end {description }
10011001
10021002
@@ -1025,7 +1025,7 @@ \subsubsection{\code{raiseTrust}}
10251025 \item [Returns] Unit.
10261026 \item [Failure behavior]. Fails if the argument type is invalid. Fails if the authority argument is not top.
10271027 Fails if the blocking level is not $ \bot $ .
1028- \item [Example usage] $ \code {raiseTrust("@alicescomputer", authority, \{ alice\} )}$
1028+ \item [Example usage] $ \code {raiseTrust("@alicescomputer", authority, ` \{ alice\} ` )}$
10291029\end {description }
10301030Note that the top-level authority is required because this is a privileged operation with system-wide consequences.
10311031
You can’t perform that action at this time.
0 commit comments