Skip to content

Commit 194419b

Browse files
committed
Merge pull request #1 from rafaltrojanowski/fix-typo
typo fix
2 parents 01f4983 + c9372f2 commit 194419b

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)