Skip to content

Commit 82e187b

Browse files
authored
typo
1 parent b50485b commit 82e187b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_sips/sips/2017-09-20-opaque-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ libraries). Unlike a value class, we can guarantee that there will
564564
never be a wrapper around the raw values (or raw nulls).
565565

566566
Notice that `Nullable[Nullable[B]]` is not a valid type, because
567-
`Nullalbe[B]` is not known to be `<: AnyRef`. This is a key difference
567+
`Nullable[B]` is not known to be `<: AnyRef`. This is a key difference
568568
between a type like `Option` (which is parametric and can easily wrap
569569
itself) and a type like `Nullable` (which only has one `null` value to
570570
use).

0 commit comments

Comments
 (0)