Skip to content

Commit

Permalink
Update typos in stdlib/Dates/docs/src/index.md (JuliaLang#25347)
Browse files Browse the repository at this point in the history
  • Loading branch information
cormullion authored and ararslan committed Jan 1, 2018
1 parent 22d9421 commit a4757db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stdlib/Dates/docs/src/index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# [Dates and Time](@id stdlib-dates)

Functionality to handle time and dates are defined in the standard library module `Dates`.
Functionality to handle time and dates is defined in the standard library module `Dates`.
You'll need to import the module using `import Dates` and prefix each
function call with an explicit `Dates.`, e.g. `Dates.dayofweek(dt)`. Alternatively, You can write
function call with an explicit `Dates.`, e.g. `Dates.dayofweek(dt)`. Alternatively, you can write
`using Dates` to bring all exported functions into `Main` to be used without the `Dates.`
prefix.

Expand Down

0 comments on commit a4757db

Please sign in to comment.