Skip to content

Commit

Permalink
Merge pull request #17069 from TotalVerb/patch-1
Browse files Browse the repository at this point in the history
Typo: second ⇒ seconds
  • Loading branch information
tkelman authored Jun 23, 2016
2 parents 65c6e6e + 2d49a71 commit d9fecbf
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

2 comments on commit d9fecbf

@nanosoldier
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Executing the daily benchmark build, I will reply here when finished:

@nanosoldier runbenchmarks(ALL, isdaily = true)

@nanosoldier
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your benchmark job has completed - possible performance regressions were detected. A full report can be found here. cc @jrevels

Please sign in to comment.