diff --git a/src/docstrings.jl b/src/docstrings.jl index 4fadb1f6..b11918f6 100644 --- a/src/docstrings.jl +++ b/src/docstrings.jl @@ -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)