Skip to content

Commit

Permalink
fix: wrong values & property (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vijeinath committed Sep 7, 2021
1 parent 5b5dc55 commit 7cf6405
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/dsp-tools-create.md
Expand Up @@ -130,7 +130,7 @@ So, a simple example definition of the "project" object could look like this:
"users": [
...
],
"ontology": [
"ontologies": [
...
]
}
Expand Down Expand Up @@ -888,8 +888,8 @@ Represents an integer value.
},
"gui_element": "Spinbox",
"gui_attributes": {
"max": 0.0,
"min": 10.0
"max": 10.0,
"min": 0.0
}
}
```
Expand Down

0 comments on commit 7cf6405

Please sign in to comment.