Skip to content

Commit

Permalink
Update documentation.md (#22121)
Browse files Browse the repository at this point in the history
  • Loading branch information
roryhr authored and tkelman committed May 30, 2017
1 parent 9b51302 commit 7c4edd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/src/manual/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ As in the example above, we recommend following some simple conventions when wri
produce consistent outputs during different Julia sessions.

Operating system word size ([`Int32`](@ref) or [`Int64`](@ref)) as well as path separator differences
(`/` or `\`) will also effect the reproducibility of some doctests.
(`/` or `\`) will also affect the reproducibility of some doctests.

Note that whitespace in your doctest is significant! The doctest will fail if you misalign the
output of pretty-printing an array, for example.
Expand Down

0 comments on commit 7c4edd3

Please sign in to comment.