From 4c31556b074a1668f0a338d69c8bcb28a7050db2 Mon Sep 17 00:00:00 2001 From: Rory Hartong-Redden Date: Mon, 29 May 2017 11:36:18 -0700 Subject: [PATCH] Update documentation.md --- doc/src/manual/documentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/manual/documentation.md b/doc/src/manual/documentation.md index 94499bf241f72..284fe75c49911 100644 --- a/doc/src/manual/documentation.md +++ b/doc/src/manual/documentation.md @@ -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.