Skip to content

Commit

Permalink
removed full stop
Browse files Browse the repository at this point in the history
  • Loading branch information
burnout87 committed Jan 2, 2025
1 parent a43c8cb commit e164492
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/docs/guide-development.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,9 @@ Which, over the Mmoda interface, will result in the layout displayed in the imag
Instead, in the snippet below, we add the same notations for three outputs (the `oda:group` annotation is not available for the output):

```
result = astroim # http://odahub.io/ontology#Image ; oda:description "restul test tooltip" .
test_image = bin_image # http://odahub.io/ontology#ODAPictureProduct .
test_long = test_long # http://odahub.io/ontology#String ; oda:label "Result" ; oda:description "test tooltip" .
result = astroim # http://odahub.io/ontology#Image ; oda:description "restul test tooltip"
test_image = bin_image # http://odahub.io/ontology#ODAPictureProduct
test_long = test_long # http://odahub.io/ontology#String ; oda:label "Result" ; oda:description "test tooltip"
```

And those, over the Mmoda interface, will result in the following layout:
Expand Down

0 comments on commit e164492

Please sign in to comment.