We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 77b210f + 1a33898 commit 9ace1faCopy full SHA for 9ace1fa
src/polyhedron.jl
@@ -6,7 +6,7 @@ export volume, surface
6
"""
7
polyhedron(rep::Representation{T})
8
9
-Creates a polyhedron from the representation `rep` using the default library including in the Polyhedra package.
+Creates a polyhedron from the representation `rep` using the default library included in the Polyhedra package.
10
11
polyhedron(rep::Representation{T}) where {T} = polyhedron(rep, default_library(FullDim(rep), T))
12
0 commit comments