From 134a6ec782cf67d2ba123eb6129afad105d5dc66 Mon Sep 17 00:00:00 2001 From: Curtis Vogt Date: Tue, 23 Jun 2020 12:08:15 -0500 Subject: [PATCH] fixup! Documentation for bound types 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 1bc47320..4fadb1f6 100644 --- a/src/docstrings.jl +++ b/src/docstrings.jl @@ -36,7 +36,7 @@ included* in the interval). """ Unbounded <: Bound -Type indicating that the endpoint of an interval is unbounded (the endpoint value +Type indicating that the endpoint of an interval is unbounded (the endpoint value is effectively infinite). """ :Unbounded