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 @@ -75,7 +75,7 @@ pub enum Error {
7575 /// JSON has a comma after the last value in an array or map.
7676 TrailingComma ,
7777
78- /// JSON is nested too deeply, exceeeded the recursion limit.
78+ /// JSON is nested too deeply, exceeded the recursion limit.
7979 RecursionLimitExceeded ,
8080
8181 /// Custom error message from serde
@@ -131,7 +131,7 @@ impl core::fmt::Display for Error {
131131 value."
132132 }
133133 Error :: TrailingComma => "JSON has a comma after the last value in an array or map." ,
134- Error :: RecursionLimitExceeded => "JSON is nested too deeply, exceeeded the recursion limit." ,
134+ Error :: RecursionLimitExceeded => "JSON is nested too deeply, exceeded the recursion limit." ,
135135 Error :: Custom ( msg) => msg,
136136 }
137137 )
You can’t perform that action at this time.
0 commit comments