From 6b9d600e1711da47d0efd4fc82807e930bf240cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Kochma=C5=84ski?= Date: Sat, 8 Aug 2015 20:14:45 +0200 Subject: [PATCH] doc: fix typo at 1.5.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Daniel KochmaƄski --- doc/ansi_data_flow.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/ansi_data_flow.xml b/doc/ansi_data_flow.xml index 2debf7d94..8419160c8 100644 --- a/doc/ansi_data_flow.xml +++ b/doc/ansi_data_flow.xml @@ -138,7 +138,7 @@ printf("\nThe cosine of PI is %g\n", ecl_double_float(c)); cl_object one = ecl_make_fixnum(1); cl_object two = cl_P(2, one, one); -cl_object three = cl_P(2, one, one, one); +cl_object three = cl_P(3, one, one, one); printf("\n1 + 1 is %d\n", ecl_fixnum(two)); printf("\n1 + 1 + 1 is %d\n", ecl_fixnum(three)); @@ -160,4 +160,4 @@ printf("\n1 + 1 + 1 is %d\n", ecl_fixnum(three)); - \ No newline at end of file +