Skip to content

Commit

Permalink
missing a "]" in CONTRIBUTING.md (#3575)
Browse files Browse the repository at this point in the history
  • Loading branch information
benkio committed Aug 20, 2020
1 parent 021c88e commit bc42401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ with [Discipline](https://github.com/typelevel/discipline) for law checking, and
that the `Validated` data type supports.
- An exception to this is serializability tests, where the type class name is also included in the name.
For example, in the case of `Validated`, the serializability test would take the form,
*"Applicative[Validated[String, Int]"*, to indicate that this test is verifying that the `Applicative`
*"Applicative[Validated[String, Int]]"*, to indicate that this test is verifying that the `Applicative`
type class instance for the `Validated` data type is serializable.
- This convention helps to ensure clear and easy to understand output, with minimal duplication in the output.
- It is also a goal that, for every combination of data type and supported type class instance:
Expand Down

0 comments on commit bc42401

Please sign in to comment.