Skip to content

Commit 274e7ae

Browse files
marchelzokevinlawler
authored andcommitted
Fix typo in refmanual.tex
Signed-off-by: Brad Garagan <bradgaragan@gmail.com>
1 parent 7d7856f commit 274e7ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manual/refmanual.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2590,7 +2590,7 @@ \subsection{Network I/O (IPC)}\label{sec:netio}
25902590

25912591
\vspace{0.5cm}
25922592

2593-
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.
2593+
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.
25942594

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

0 commit comments

Comments
 (0)