From 2d49a71f568f886a47945dad8c6fb1d5d754c9d0 Mon Sep 17 00:00:00 2001 From: Fengyang Wang Date: Wed, 22 Jun 2016 23:01:00 -0400 Subject: [PATCH] =?UTF-8?q?Typo:=20second=20=E2=87=92=20seconds?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [ci skip] --- doc/manual/modules.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manual/modules.rst b/doc/manual/modules.rst index e8f8ca26462a8..2a34c201f18c3 100644 --- a/doc/manual/modules.rst +++ b/doc/manual/modules.rst @@ -252,7 +252,7 @@ prevent name conflicts for globals initialized after load time. Module initialization and precompilation ---------------------------------------- -Large modules can take several second to load because executing all of +Large modules can take several seconds to load because executing all of the statements in a module often involves compiling a large amount of code. Julia provides the ability to create precompiled versions of modules to reduce this time.