Skip to content

Commit 2cc0864

Browse files
replace possessive with plural
1 parent f0fb8ba commit 2cc0864

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_sips/sips/2014-06-27-42.type.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ val book: Book =
207207

208208
shapeless enables generic programming and type class derivation by providing a mechanism for mapping
209209
a value of a standard Scala algebraic data type onto a sum of products representation type,
210-
essentially nested labelled `Either`'s of the records discussed above. Techniques of this sort are
210+
essentially nested labelled `Either`s of the records discussed above. Techniques of this sort are
211211
widely used, and removing the incidental complexity that comes with encoding via macros will improve
212212
the experience for many users across a wide variety of domains.
213213

0 commit comments

Comments
 (0)