Skip to content

Commit 9a7a724

Browse files
committed
Fix grammar
1 parent f81a872 commit 9a7a724

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/generics/raw_types.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ void main() {
3939

4040
Raw types exist for two basic reasons
4141

42-
1. Every now and then Java isn't smart enough. Trust that there are valid reasons to turn off generics, even
43-
I haven't shown you any yet. Avoid doing so yourself - at least for awhile.
42+
1. Every now and then Java isn't smart enough. Trust that there are valid reasons to turn off generics, even if I haven't shown you any yet. Avoid doing so yourself - at least for awhile.
4443
2. Generics weren't always in Java! Classes that later were made generic had to stay compatible with old "raw"
4544
usages somehow.
4645

0 commit comments

Comments
 (0)