diff --git a/collects/r6rs/scribblings/r6rs.scrbl b/collects/r6rs/scribblings/r6rs.scrbl index 410e40e3cb..2ecacab46e 100644 --- a/collects/r6rs/scribblings/r6rs.scrbl +++ b/collects/r6rs/scribblings/r6rs.scrbl @@ -161,7 +161,7 @@ files. Note that this technique does not support accessing reference @scheme[(duck)] is treated like @scheme[(duck main)] for finding the library, as explained in @secref["libpaths"]. Multiple paths can be provided with multiple uses of @DPFlag{path}; the paths -are search in order, and before the installation's collections. +are searched in order, and before the installation's collections. @; ----------------------------------------