From 48740db01cd259a85560c57dbc9975cdd77fd76d Mon Sep 17 00:00:00 2001 From: Yauhenikapl Date: Thu, 1 Feb 2024 09:19:18 +0300 Subject: [PATCH] Refactoring and update docs. - Fix build. Fixes: #271 --- .../ROOT/examples/aspect-with-double-either-characteristic.ttl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/modules/ROOT/examples/aspect-with-double-either-characteristic.ttl b/documentation/modules/ROOT/examples/aspect-with-double-either-characteristic.ttl index 9c3df76..b6171b5 100644 --- a/documentation/modules/ROOT/examples/aspect-with-double-either-characteristic.ttl +++ b/documentation/modules/ROOT/examples/aspect-with-double-either-characteristic.ttl @@ -15,7 +15,7 @@ # tag::aspect-with-double-either-characteristic[] :AspectWithEither a samm:Aspect ; - samm:properties ( :`speedProperty` ) ; + samm:properties ( :speedProperty ) ; samm:operations ( ) . :speedProperty a samm:Property ;