From 928b82471ed20a6696140d1493d16170baf5f922 Mon Sep 17 00:00:00 2001 From: Robert Theis Date: Fri, 13 Nov 2015 18:20:40 -0800 Subject: [PATCH] Fixed spelling --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a657328f..c3dfce1d 100644 --- a/README.md +++ b/README.md @@ -137,7 +137,7 @@ Integer converted = converter.convert("123"); System.out.println(converted); // 123 ``` -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. ## Method and Constructor References