Skip to content

Commit

Permalink
fix doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
schillic committed Oct 13, 2018
1 parent 0790448 commit 8bd5a74
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/LazySet.jl
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Every concrete `LazySet` must define the following functions:
```jldoctest
julia> subtypes(LazySet)
18-element Array{Any,1}:
19-element Array{Any,1}:
AbstractCentrallySymmetric
AbstractPolytope
CacheMinkowskiSum
Expand All @@ -43,6 +43,7 @@ julia> subtypes(LazySet)
EmptySet
ExponentialMap
ExponentialProjectionMap
HPolyhedron
HalfSpace
Hyperplane
Intersection
Expand Down

0 comments on commit 8bd5a74

Please sign in to comment.