Skip to content

Commit

Permalink
Typo: second ⇒ seconds
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
TotalVerb authored Jun 23, 2016
1 parent 65c6e6e commit 2d49a71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/manual/modules.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2d49a71

Please sign in to comment.