From d57384d0ac779b5a5ab8b5981e86be43b69fd969 Mon Sep 17 00:00:00 2001 From: Tom Benner Date: Sat, 27 Dec 2014 14:57:51 -0500 Subject: Fix typo ("to use to use") --- system/doc/getting_started/seq_prog.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'system/doc/getting_started') diff --git a/system/doc/getting_started/seq_prog.xml b/system/doc/getting_started/seq_prog.xml index 0bd9f83c73..3636b23797 100644 --- a/system/doc/getting_started/seq_prog.xml +++ b/system/doc/getting_started/seq_prog.xml @@ -573,10 +573,9 @@ http://www.erlang.org/doc/r9b/doc/index.html
Writing Output to a Terminal

It's nice to be able to do formatted output in these example, so - the next example shows a simple way to use to use - the io:format function. Of course, just like all other - exported functions, you can test the io:format function in - the shell:

+ the next example shows a simple way to use the io:format + function. Of course, just like all other exported functions, you + can test the io:format function in the shell:

 31> io:format("hello world~n", []).
 hello world
-- 
cgit v1.2.3