Skip to content

Commit

Permalink
Use correct case for aggregate shapes in table
Browse files Browse the repository at this point in the history
  • Loading branch information
gosar committed May 2, 2024
1 parent 3565832 commit adfb686
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/source-2.0/spec/model.rst
Original file line number Diff line number Diff line change
Expand Up @@ -423,13 +423,13 @@ Shape types are grouped into three categories:

* - Type
- Description
* - :ref:`list`
* - :ref:`list <list>`
- Ordered collection of homogeneous values
* - :ref:`map`
* - :ref:`map <map>`
- Map data structure that maps string keys to homogeneous values
* - :ref:`structure`
* - :ref:`structure <structure>`
- Fixed set of named heterogeneous members
* - :ref:`union`
* - :ref:`union <union>`
- Tagged union data structure that can take on one of several
different, but fixed, types
:ref:`Service types <service-types>`
Expand Down

0 comments on commit adfb686

Please sign in to comment.