Skip to content

Commit

Permalink
fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
mforets committed Feb 16, 2021
1 parent 1ae1717 commit e17856a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Sets/Star.jl
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Finally, the star set ``X = ⟨c, V, P⟩`` defines the set:
```jldoctest star_constructor
julia> S = Star(c, V, P)
Star{Float64,Array{Float64,1},Array{Float64,2},BallInf{Float64,Array{Float64,1}}}([3.0, 3.0], [1.0 0.0; 0.0 1.0], BallInf{Float64,Array{Float64,1}}([0.0, 0.0], 1.0))
AffineMap{Float64,BallInf{Float64,Array{Float64,1}},Float64,Array{Float64,2},Array{Float64,1}}([1.0 0.0; 0.0 1.0], BallInf{Float64,Array{Float64,1}}([0.0, 0.0], 1.0), [3.0, 3.0])
```
We can use getter functions for each component field:
Expand Down

0 comments on commit e17856a

Please sign in to comment.