Skip to content

Commit

Permalink
Merge branch 'master' of git://github.com/rm-hull/ars-magna
Browse files Browse the repository at this point in the history
* 'master' of git://github.com/rm-hull/ars-magna:
  Use `lang` rather than hard-coded en-GB
  • Loading branch information
Richard Hull committed Apr 10, 2016
2 parents ec7fc9a + f6fb5b9 commit 3697a1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ars_magna/handler.clj
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
(def make-indexes
(memoize
(fn [lang]
(let [dict (load-word-list :en-GB)]
(let [dict (load-word-list lang)]
{:dict dict
:index {
:word-length (partition-by-word-length dict)
Expand Down

0 comments on commit 3697a1f

Please sign in to comment.