Skip to content

Commit 9131a98

Browse files
authored
Removed mention of String
Mention of String doesn't make sense without View Bound example which is no longer here.
1 parent 5fa663c commit 9131a98

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

_overviews/FAQ/context-bounds.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ so-called _type class pattern_, a pattern of code that emulates the
1616
functionality provided by Haskell type classes, though in a more verbose
1717
manner.
1818

19-
A context bound requires a _parameterized type_, such as `Ordered[A]`,
20-
but unlike `String`.
19+
A context bound requires a _parameterized type_, such as `Ordered[A]`.
2120

2221
A context bound describes an implicit _value_. It is used to declare that for
2322
some type `A`, there is an

0 commit comments

Comments
 (0)