From d93cdc6985458748c6332d0b7f6bf32e50b79a07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cserteg=20Tam=C3=A1s?= Date: Thu, 20 Jun 2019 15:17:13 +0200 Subject: [PATCH] fix typo by textoutput --- docs/src/man/syntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/man/syntax.md b/docs/src/man/syntax.md index e1949e34b..624c02b93 100644 --- a/docs/src/man/syntax.md +++ b/docs/src/man/syntax.md @@ -512,7 +512,7 @@ using Statistics temps = (15, 15, 14, 16, 18, 19, 20, 12, 10, 24) println("The _average_ temperature is **$(mean(temps))°C**.") ``` -\\textoutput{./code_pg1/ex2} +\textoutput{./code_pg1/ex2} ````` Which will appear as just: