Skip to content

Commit

Permalink
typo fix in sample
Browse files Browse the repository at this point in the history
typo fix in sample
  • Loading branch information
tst2005 authored Aug 12, 2023
1 parent 45a3057 commit ea8264a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ s:set('wow', 'So much money!')
print(s('money', {1000})) -- I have 1000 dollars

s:set_namespace("fr") -- switch to french!
s:set('so_much_money', "Tant d'argent!")
s:set('wow', "Tant d'argent!")

print(s('wow')) -- Tant d'argent!
s:set_namespace("en") -- switch back to english!
Expand Down

0 comments on commit ea8264a

Please sign in to comment.