Skip to content

Commit

Permalink
Correct typo in @pattern validation example
Browse files Browse the repository at this point in the history
  • Loading branch information
noah-guillory authored and mtdowling committed Feb 6, 2024
1 parent bc5b7df commit 8977f93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source-2.0/guides/model-validation-examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8977f93

Please sign in to comment.