From 3f5537607f882ac4ef04f28d2b7864df90288ce3 Mon Sep 17 00:00:00 2001 From: Rich Piazza Date: Thu, 21 Mar 2024 10:17:14 -0400 Subject: [PATCH] fix formating error in Incident adoc --- .../incident-ef7/Incident Extension Suite.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extension-definition-specifications/incident-ef7/Incident Extension Suite.adoc b/extension-definition-specifications/incident-ef7/Incident Extension Suite.adoc index 4b2e2b7b59d..c74aed4bbc3 100644 --- a/extension-definition-specifications/incident-ef7/Incident Extension Suite.adoc +++ b/extension-definition-specifications/incident-ef7/Incident Extension Suite.adoc @@ -831,7 +831,7 @@ If this is included then the *currency* property *MUST* be included. This *SHOULD* be an ISO 4217 alpha currency code or the official currency code for the relevant cryptocurrency. |*max_amount* (optional) -|[stixtype]#{number_url}[number]# +|[stixtype]#{number_url}[number]#| The maximum monetary amount of the impact using the currency specified in the *currency* property. This value *MUST* be greater than zero. @@ -840,7 +840,7 @@ This value *MUST* be included if the *min_amount* property is included. If *min_amount* and *max_amount* properties are both defined, then *max_amount* value *MUST* be greater than or equal to the *min_amount* value. |*min_amount* (optional) -|[stixtype]#{number_url}[number]# +|[stixtype]#{number_url}[number]#| The maximum monetary amount of the impact using the currency specified in the *currency* property. This value *MUST* be greater than zero.