Skip to content

Commit

Permalink
Fix typo in refmanual.tex
Browse files Browse the repository at this point in the history
Signed-off-by: Brad Garagan <[email protected]>
  • Loading branch information
marchelzo authored and kevinlawler committed Aug 27, 2024
1 parent 7d7856f commit 274e7ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manual/refmanual.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2590,7 +2590,7 @@ \subsection{Network I/O (IPC)}\label{sec:netio}

\vspace{0.5cm}

The function \primu{send\_sync}{sendSync}\texttt{(handle, x)} will send a string \texttt{y} to a remote Kerf instance, waiting for a reply. \\\texttt{y} will be \prim{eval}ed on the remote server, and the result will be returned.
The function \primu{send\_sync}{sendSync}\texttt{(handle, y)} will send a string \texttt{y} to a remote Kerf instance, waiting for a reply. \\\texttt{y} will be \prim{eval}ed on the remote server, and the result will be returned.

\begin{Verbatim}
KeRF> \typed{c: open_socket("localhost", "1234")}
Expand Down

0 comments on commit 274e7ae

Please sign in to comment.