Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix minor formatting issues #2175

Merged
merged 1 commit into from
Mar 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ smithy-build.json files. For example:

.. code-block:: json
:caption: smithy-build.json
:emphasize-lines: 4-9
:emphasize-lines: 4-8

{
"version": "1.0",
Expand Down
10 changes: 5 additions & 5 deletions docs/source-2.0/guides/evolving-models.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ Evolving Models
This guide describes how to evolve Smithy models without breaking your
customers.

.. note::
.. note::

This page does not include every possible backwards or forwards
compatible change. For traits, the best place to look for compatibility
is the specification for the trait or its model definition as defined by
the :ref:`breaking changes property <trait-breaking-change-rules>`.
This page does not include every possible backwards or forwards
compatible change. For traits, the best place to look for compatibility
is the specification for the trait or its model definition as defined by
the :ref:`breaking changes property <trait-breaking-change-rules>`.

Updating services
=================
Expand Down