Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix wrong property attributes and values #86

Merged
merged 1 commit into from Sep 7, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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