From 9b3eeebe6777e97394e1d2c4fbaca95f505f127f Mon Sep 17 00:00:00 2001 From: Milton Inostroza Date: Tue, 8 Mar 2016 12:05:50 -0800 Subject: Fix typo in funs programming examples document --- system/doc/programming_examples/funs.xmlsrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system/doc') diff --git a/system/doc/programming_examples/funs.xmlsrc b/system/doc/programming_examples/funs.xmlsrc index 8469f0871c..1e1002ccf9 100644 --- a/system/doc/programming_examples/funs.xmlsrc +++ b/system/doc/programming_examples/funs.xmlsrc @@ -212,7 +212,7 @@ f(...) -> ... end, ...) ... -

instead of writng the following code:

+

instead of writing the following code:

f(...) -> Y = ... -- cgit v1.2.3