From 61f8560ff32fd0e54be007b709ccca6b03e8d7cb Mon Sep 17 00:00:00 2001 From: Curtis Vogt Date: Tue, 23 Jun 2020 12:09:05 -0500 Subject: [PATCH] fixup! Add docstrings for accessors Co-authored-by: Tyler Loewen --- src/docstrings.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)