From 801bffc3abb3ac565a03f569252e0da88e91fd4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Majerech?= Date: Sat, 9 Mar 2019 02:01:39 +0100 Subject: [PATCH] Fix typo in sexp_get_output_string documentation --- doc/chibi.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/chibi.scrbl b/doc/chibi.scrbl index 160a875c..2fc229da 100755 --- a/doc/chibi.scrbl +++ b/doc/chibi.scrbl @@ -817,7 +817,7 @@ Any of these may fail and return the OOM exception object. \item{\ccode{sexp_write_to_string(sexp ctx, sexp obj)} - return a Scheme string representation of \var{obj}} \item{\ccode{sexp_open_input_string(sexp ctx, sexp str)} - equivalent to \scheme{open-input-string}} \item{\ccode{sexp_open_output_string(sexp ctx)} - equivalent to \scheme{open-output-string}} -\item{\ccode{sexp_get_output_string(sexp ctx, sexp port)} - equivalent to \scheme{open-output-string}} +\item{\ccode{sexp_get_output_string(sexp ctx, sexp port)} - equivalent to \scheme{get-output-string}} ] \subsubsection{Utilities}