Skip to content

Commit

Permalink
Merge pull request #1885 from robstoll/bugfix/1883-fix-typo-MapLikeDe…
Browse files Browse the repository at this point in the history
…scription

#1883 fix typo in DescriptionMapLikeProof
  • Loading branch information
robstoll authored Dec 27, 2024
2 parents e1e177f + 3d106e4 commit 4296ef1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ enum class DescriptionMapLikeExpectation(override val value: String) : StringBas
TO_CONTAIN_KEY("to contain key"),

/** @since 0.18.0 */
NOT_TO_CONTAIN_KEY("not to ontain key"),
NOT_TO_CONTAIN_KEY("not to contain key"),

/** @since 0.18.0 */
ENTRY_WITH_KEY("entry %s"),
Expand Down

0 comments on commit 4296ef1

Please sign in to comment.