Skip to content

Commit 46ceeae

Browse files
hmanwani-rhtkobayas
authored andcommitted
BXMSDOC-5831: replaced ] with ) in DMN doc (apache#2374)
1 parent 63281ea commit 46ceeae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drools-docs/src/modules/ROOT/pages/DMN/dmn-data-types-ref.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ For example, the following literal expression defines an interval between `1` an
188188
The following literal expression defines an interval between 1 hour and 12 hours, including the lower boundary (a closed interval), but excluding the upper boundary (an open interval):
189189

190190
----
191-
[ duration("PT1H") .. duration("PT12H") ]
191+
[ duration("PT1H") .. duration("PT12H") )
192192
----
193193

194194
You can use ranges in decision tables to test for ranges of values, or use ranges in simple literal expressions. For example, the following literal expression returns `true` if the value of a variable `x` is between `0` and `100`:

0 commit comments

Comments
 (0)