Skip to content

Commit

Permalink
Fixing "curve" -> "curved" typo in JSON schema.
Browse files Browse the repository at this point in the history
  • Loading branch information
dhermes committed Jun 15, 2019
1 parent 35b158a commit 02c601b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/schema/curved_polygon.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "A description of a curve polygon that has occurred as an intersection between two B\\u00e9zier surfaces. The curved polygon edges will be described in terms of the two surfaces they intersect. A curved polygon can be completely described from its edges and each edge will be given as a segment from an edge of one of the two intersected surfaces.",
"description": "A description of a curved polygon that has occurred as an intersection between two B\\u00e9zier surfaces. The curved polygon edges will be described in terms of the two surfaces they intersect. A curved polygon can be completely described from its edges and each edge will be given as a segment from an edge of one of the two intersected surfaces.",
"type": "object",
"properties": {
"nodes": {
Expand Down

0 comments on commit 02c601b

Please sign in to comment.