Skip to content

Commit

Permalink
fix typo by textoutput
Browse files Browse the repository at this point in the history
  • Loading branch information
cserteGT3 committed Jun 20, 2019
1 parent 80b56cc commit d93cdc6
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 d93cdc6

Please sign in to comment.