Skip to content

Commit 928b824

Browse files
committed
Fixed spelling
1 parent 8ae6f10 commit 928b824

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ Integer converted = converter.convert("123");
137137
System.out.println(converted); // 123
138138
```
139139

140-
Keep in mind that the code is also valid if the `@FunctionalInterface` annotation would be ommited.
140+
Keep in mind that the code is also valid if the `@FunctionalInterface` annotation would be omitted.
141141

142142

143143
## Method and Constructor References

0 commit comments

Comments
 (0)