Skip to content

Commit

Permalink
Merge pull request #794 from JuliaReach/schillic/doctest
Browse files Browse the repository at this point in the history
Fix doctest
  • Loading branch information
mforets authored Oct 13, 2018
2 parents 0790448 + 8bd5a74 commit d291c74
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 d291c74

Please sign in to comment.