From 22dad8c9d6bde43cba07f5564b1329bd778f47f5 Mon Sep 17 00:00:00 2001 From: zimmerma Date: Wed, 24 Jul 2013 12:25:26 +0000 Subject: =?UTF-8?q?fixed=20typos=20reported=20by=20Ond=C5=99ej=20B=C3=ADlk?= =?UTF-8?q?a=20=20(cf=20http://lists.gforge.inria.fr/pip?= =?UTF-8?q?ermail/mpc-discuss/2013-July/001241.html)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@1298 211d60ee-9f03-0410-a15a-8952a2c7a4e4 --- doc/mpc.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/mpc.texi b/doc/mpc.texi index 33f1b03..e5c5fcd 100644 --- a/doc/mpc.texi +++ b/doc/mpc.texi @@ -749,9 +749,9 @@ parentheses, or @code{nan(n-char-sequence)} or @code{@@nan@@(n-char-sequence)} of ascii letters, digits or @code{'_'}. For instance, upon input of @code{"nan(13 1)"}, the function -@code{mpc_inp_str} starts to recognise a value of NaN followed by an +@code{mpc_inp_str} starts to recognize a value of NaN followed by an n-char-sequence indicated by the opening parenthesis; as soon as the -space is reached, it becocmes clear that the expression in parentheses +space is reached, it becomes clear that the expression in parentheses is not an n-char-sequence, and the error flag -1 is returned after 6 characters have been consumed from the stream (the whitespace itself remaining in the stream). -- cgit v1.2.1