From 274e7ae103710d973cbe57694bf32d668ded63fc Mon Sep 17 00:00:00 2001 From: Brad Garagan Date: Tue, 27 Aug 2024 18:46:15 -0300 Subject: [PATCH] Fix typo in refmanual.tex Signed-off-by: Brad Garagan --- manual/refmanual.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/refmanual.tex b/manual/refmanual.tex index 5b2927e..df64ba1 100644 --- a/manual/refmanual.tex +++ b/manual/refmanual.tex @@ -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")}