Skip to content

Commit 6885294

Browse files
authored
Correct typos in Data.agda (#1089)
1 parent 799abf8 commit 6885294

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README/Data.agda

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ import Data.Integer.Coprimality
7070
-- Note that eventually there is a plan to re-organise the library to
7171
-- have the top-level module export a far wider range of properties and
7272
-- additional operations in order to minimise the number of imports
73-
-- needed. Currently it is necessary to import each of these seperately
73+
-- needed. Currently it is necessary to import each of these separately
7474
-- however.
7575

7676
------------------------------------------------------------------------
@@ -129,7 +129,7 @@ import Data.Sum.Relation.Binary.Pointwise
129129
-- over the datatypes are stored. These can be viewed as properties
130130
-- over a single list.
131131

132-
-- For example a commmon, useful example is `Data.X.Relation.Unary.Any`
132+
-- For example a common, useful example is `Data.X.Relation.Unary.Any`
133133
-- that contains the types of proofs that at least one element in the
134134
-- container satisfies some predicate/property.
135135

0 commit comments

Comments
 (0)