From 8977f9309c7c5a6554d52fed47d07c3298574c6b Mon Sep 17 00:00:00 2001 From: Noah Guillory Date: Tue, 6 Feb 2024 08:18:28 -0600 Subject: [PATCH] Correct typo in @pattern validation example --- docs/source-2.0/guides/model-validation-examples.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source-2.0/guides/model-validation-examples.rst b/docs/source-2.0/guides/model-validation-examples.rst index 3250c1d2a58..8e1f2c55341 100644 --- a/docs/source-2.0/guides/model-validation-examples.rst +++ b/docs/source-2.0/guides/model-validation-examples.rst @@ -314,7 +314,7 @@ linters to have clear, actionable error messages. Require strings to have a ``@pattern`` constraint ================================================= -This example shows how to require all integers used in an operation input to +This example shows how to require all strings used in an operation input to have a ``@pattern`` constraint trait. .. code-block:: smithy