From ce5d0078872f764a8a09cf831eb9c0c40d310b2e Mon Sep 17 00:00:00 2001 From: vszabo2 <54809586+vszabo2@users.noreply.github.com> Date: Fri, 2 Jul 2021 12:22:10 -0400 Subject: [PATCH] Fix typos in spec about member shape IDs --- docs/source/1.0/spec/core/model.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/1.0/spec/core/model.rst b/docs/source/1.0/spec/core/model.rst index 9f1a0b6b1be..c980b4a7a6c 100644 --- a/docs/source/1.0/spec/core/model.rst +++ b/docs/source/1.0/spec/core/model.rst @@ -779,7 +779,7 @@ able to maintain backward compatibility. .. rubric:: Structure member shape IDs The shape ID of a member of a structure is the structure shape ID, followed -by "#", followed by the member name, For example, the shape ID of the "foo" +by ``$``, followed by the member name. For example, the shape ID of the ``foo`` member in the above example is ``smithy.example#MyStructure$foo``. @@ -871,7 +871,7 @@ able to maintain backward compatibility. .. rubric:: Union member shape IDs The shape ID of a member of a union is the union shape ID, followed -by "#", followed by the member name. For example, the shape ID of the "i32" +by ``$``, followed by the member name. For example, the shape ID of the ``i32`` member in the above example is ``smithy.example#MyUnion$i32``.