Skip to content

Commit f6e2972

Browse files
authored
Fix type transposing in RPC v2 CBOR spec
1 parent 9c21bef commit f6e2972

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/source-2.0/additional-specs/protocols/smithy-rpc-v2.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -350,10 +350,10 @@ to convert each shape type:
350350
- :rfc:`Major type 7 (float) <8949#section-3.1-2.15>`
351351
* - ``double``
352352
- :rfc:`Major type 7 (float) <8949#section-3.1-2.15>`
353-
* - ``bigDecimal``
353+
* - ``bigInteger``
354354
- :rfc:`Major type 6 <8949#section-3.1-2.13>`, value
355355
:rfc:`tags 2 (unsigned bignum) or 3 (negative bignum) <8949#section-3.4>`
356-
* - ``bigInteger``
356+
* - ``bigDecimal``
357357
- :rfc:`Major type 6 <8949#section-3.1-2.13>`, value
358358
:rfc:`tag 4 (decimal fraction) <8949#section-3.4>`
359359
* - ``string``

0 commit comments

Comments
 (0)