Skip to content

Commit

Permalink
fix docs entry
Browse files Browse the repository at this point in the history
  • Loading branch information
schillic committed Jun 16, 2019
1 parent feb58a7 commit f00d44b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/lib/representations.md
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ halfspace_right(::LineSegment)
vertices_list(::LineSegment{N}) where {N<:Real}
constraints_list(::LineSegment{N}) where {N<:Real}
translate(::LineSegment{N}, ::AbstractVector{N}) where {N<:Real}
generators(::LineSegment)
generators(::LineSegment{N}) where {N<:Real}
genmat(::LineSegment)
plot_recipe(::LineSegment{N}, ::N=zero(N)) where {N<:Real}
RecipesBase.apply_recipe(::Dict{Symbol,Any}, ::Union{LineSegment{N}, Interval{N}}, ::N=zero(N)) where {N<:Real}
Expand Down

0 comments on commit f00d44b

Please sign in to comment.