Skip to content

Commit

Permalink
Merge pull request #183 from cserteGT3/master
Browse files Browse the repository at this point in the history
fix typo by textoutput
  • Loading branch information
tlienart authored Jun 21, 2019
2 parents 80b56cc + d93cdc6 commit 4be6f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/man/syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4be6f34

Please sign in to comment.