Skip to content

Commit

Permalink
Fix typo in default handling docs (#1636)
Browse files Browse the repository at this point in the history
  • Loading branch information
combinatorist authored Jan 2, 2025
1 parent 1d128fa commit b0aa866
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ By default, `smithy4s-json` abides by the semantics of :
* [timestampFormat](https://smithy.io/2.0/spec/protocol-traits.html#timestampformat-trait)
* [sparse](https://smithy.io/2.0/spec/type-refinement-traits.html#sparse-trait)
* [required](https://smithy.io/2.0/spec/type-refinement-traits.html#required-trait)
* [default](https://smithy.io/2.0/spec/type-refinement-traits.html#default-value-serialization). It is worth noting that, by default, Smithy4s chooses to not serialise default values if the when the member is optional.
* [default](https://smithy.io/2.0/spec/type-refinement-traits.html#default-value-serialization). It is worth noting that, by default, Smithy4s chooses to not serialise default values when the member is optional.
* [alloy traits](https://github.com/disneystreaming/alloy/blob/main/docs/serialisation/json.md)


Expand Down

0 comments on commit b0aa866

Please sign in to comment.