Skip to content

Commit c4b7cb5

Browse files
authored
Merge pull request #153 from JuliaGeometry/sjk/docfix1
Correct uvtype -> uv in mesh, partial for #152
2 parents 9eef5c6 + 125ca9c commit c4b7cb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/meshes.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ end
100100
"""
101101
mesh(primitive::GeometryPrimitive;
102102
pointtype=Point, facetype=GLTriangle,
103-
uvtype=nothing, normaltype=nothing)
103+
uv=nothing, normaltype=nothing)
104104
105105
Creates a mesh from `primitive`.
106106

0 commit comments

Comments
 (0)