diff --git a/doc/output-format.md b/doc/output-format.md index 5c71642..b6ebc74 100644 --- a/doc/output-format.md +++ b/doc/output-format.md @@ -86,7 +86,6 @@ This section specifies all object types used by the problem (only with PDDL and syntax | description -------|------------ `type(type()).` | declares the type `type()` -`has(, type()).` | declares `` to be of type `type()` ### Example @@ -108,7 +107,7 @@ Constants and objects are not distinguished by `plasp`. syntax | description -------|------------ `constant(constant()).` | declares the constant or object `constant()` -`has(constant(), type()).` | declares constant or object `constant()` to be of type `type()` +`has(constant(), type()).` | declares constant or object `constant()` to be of [type](#type) `type()` ### Example