Skip to content

Commit

Permalink
fixup! Add docstrings for accessors
Browse files Browse the repository at this point in the history
Co-authored-by: Tyler Loewen <info@tylerloewen.me>
  • Loading branch information
omus and TylerLoewen authored Jun 23, 2020
1 parent 134a6ec commit 61f8560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docstrings.jl
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ To avoid having to capture the exception use the pattern:
```julia
!isbounded(interval) ? span(interval) : infinity`
```
Where `infinity` is a variable representing the value you which to use to represent an
Where `infinity` is a variable representing the value you wish to use to represent an
unbounded, or infinite, span.
"""
span(::AbstractInterval)
Expand Down

0 comments on commit 61f8560

Please sign in to comment.