From 67e6f86b3c62043ff2694a37e484cd87f6a0e63a Mon Sep 17 00:00:00 2001 From: Michael Dowling Date: Fri, 22 Apr 2022 16:58:13 -0700 Subject: [PATCH] Fix rst syntax for uniqueItems warning Closes #1182 --- docs/source/1.0/spec/core/constraint-traits.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/1.0/spec/core/constraint-traits.rst b/docs/source/1.0/spec/core/constraint-traits.rst index 1ed0e372ebd..34d70c2bd9c 100644 --- a/docs/source/1.0/spec/core/constraint-traits.rst +++ b/docs/source/1.0/spec/core/constraint-traits.rst @@ -604,10 +604,10 @@ in a response. ``uniqueItems`` trait --------------------- -.. warning: +.. warning:: - This trait has been deprecated. It may be removed in future versions. Set - shapes should be used instead. + This trait has been deprecated. It will be removed in future versions + of Smithy. Set shapes should be used instead. Summary Indicates that the items in a :ref:`list` MUST be unique.