Skip to content

Commit 1d8eb3f

Browse files
committed
Merge pull request winterbe#9 from rmtheis/patch-1
Fixed spelling
2 parents 8ae6f10 + 928b824 commit 1d8eb3f

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)