Skip to content

Commit 2068146

Browse files
authored
Fix doc typo in README.Data.List.Membership (#1813)
1 parent 3bda172 commit 2068146

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README/Data/List/Membership.agda

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import Data.List.Membership.Propositional as PropMembership
3030
import Data.List.Membership.DecPropositional as DecPropMembership
3131

3232
-- For example if we want to reason about membership for `List ℕ`
33-
-- then you would use the `DecSetoidMembership` as we use
33+
-- then you would use the `DecPropMembership` as we use
3434
-- propositional equality over `ℕ` and it is also decidable. Therefore
3535
-- the module `DecPropMembership` should be opened as follows:
3636

0 commit comments

Comments
 (0)