File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -777,7 +777,7 @@ impl<W: io::Write> Writer<W> {
777
777
/// ## Non-Struct Containers
778
778
///
779
779
/// Nested containers are flattened to their scalar components, with the
780
- /// exeption of a few types that are not allowed:
780
+ /// exception of a few types that are not allowed:
781
781
///
782
782
/// | Name | Example Type | Example Value | Output |
783
783
/// | ---- | ---- | ---- | ---- |
@@ -831,7 +831,7 @@ impl<W: io::Write> Writer<W> {
831
831
/// ```
832
832
///
833
833
/// However, if `has_headers` were enabled in the above example, then
834
- /// serialization would return an error. Speficially , when `has_headers` is
834
+ /// serialization would return an error. Specifically , when `has_headers` is
835
835
/// `true`, there are two restrictions:
836
836
///
837
837
/// 1. Named field values in structs must be scalars.
You can’t perform that action at this time.
0 commit comments