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.
1 parent 8ae6f10 commit 928b824Copy full SHA for 928b824
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