Skip to content

Commit

Permalink
Correct spelling of "hexadecimal"
Browse files Browse the repository at this point in the history
  • Loading branch information
rcoh authored and JordonPhillips committed May 25, 2021
1 parent 8b35a23 commit d487ca4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ apply SimpleScalarProperties @httpResponseTests([
documentation: """
Serializes string with escaping.
This validates the three escape types: literal, decimal and hexidecimal. It also validates that unescaping properly
This validates the three escape types: literal, decimal and hexadecimal. It also validates that unescaping properly
handles the case where unescaping an & produces a newly formed escape sequence (this should not be re-unescaped).
""",
protocol: restXml,
Expand Down

0 comments on commit d487ca4

Please sign in to comment.