From e164492f76e3ebf8f85892333581c02acb0bcad1 Mon Sep 17 00:00:00 2001 From: burnout87 Date: Thu, 2 Jan 2025 12:31:46 +0100 Subject: [PATCH] removed full stop --- content/docs/guide-development.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/docs/guide-development.md b/content/docs/guide-development.md index 183a1b7..5dc9182 100644 --- a/content/docs/guide-development.md +++ b/content/docs/guide-development.md @@ -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: