Skip to content

Commit

Permalink
Readme typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jhalterman committed Dec 26, 2018
1 parent fb48e58 commit 83da961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Class<?> typeArg = TypeResolver.resolveRawArgument(Comparator.class, comparator.
assert typeArg == String.class;
```

We can [reify] more complex generic type paramters:
We can [reify] more complex generic type parameters:

```java
interface Foo<T> {}
Expand Down

0 comments on commit 83da961

Please sign in to comment.