Skip to content

Commit 07dfc6c

Browse files
committed
Merge pull request #49 from maximeaubaret/patch-1
Fix typo in README.md
2 parents 8e9c2da + 4d34397 commit 07dfc6c

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
@@ -124,7 +124,7 @@ If your `User` class doesn't allow it the following is the recommanded way:
124124
}
125125
```
126126

127-
Now you are 100% sure to work with an exact instace of `UserStatus`.
127+
Now you are 100% sure to work with an exact instance of `UserStatus`.
128128

129129
(If the setter receives an extended status the value will be used to receive the
130130
corresponding instance of `UserStatus` else an exception will be thrown.)

0 commit comments

Comments
 (0)