We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8ae6f10 + 928b824 commit 1d8eb3fCopy full SHA for 1d8eb3f
README.md
@@ -137,7 +137,7 @@ Integer converted = converter.convert("123");
137
System.out.println(converted); // 123
138
```
139
140
-Keep in mind that the code is also valid if the `@FunctionalInterface` annotation would be ommited.
+Keep in mind that the code is also valid if the `@FunctionalInterface` annotation would be omitted.
141
142
143
## Method and Constructor References
0 commit comments