Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
weirdpercent committed Jan 22, 2015
1 parent 58a4c4c commit 23f8429
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/lyracyst/cli/wordnik.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
relate.action do |global_options, options, args|
search = args[0]
params = { canon: options[:canon], rellimit: options[:rell] }
ex = Lyracyst::Wordnik::Relate.new
ex.get_rel(search, params, options[:relt])
rel = Lyracyst::Wordnik::Relate.new
rel.get_rel(search, params, options[:relt])
end
end
nik.desc 'Fetches pronunciations from Wordnik'
Expand Down

0 comments on commit 23f8429

Please sign in to comment.