Skip to content

Commit c9372f2

Browse files
author
Rafał Trojanowski
committed
typo fix
1 parent 01f4983 commit c9372f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ lang_en.is_primary
2929
# => true
3030

3131
lang_de = Language.create({:language=>'de'})
32-
lang_de.is.primary
32+
lang_de.is_primary
3333
# => false
3434

3535
lang_de.is_primary = true
@@ -61,4 +61,4 @@ Currently gem requires Rails 3.2, I'll have to check, if it works as desired wit
6161

6262
##License
6363

64-
Project is distributed under general terms of MIT-LICENSE.
64+
Project is distributed under general terms of MIT-LICENSE.

0 commit comments

Comments
 (0)