Navigation Menu

Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Feb 20, 2014
1 parent aaf055c commit 6d3dd5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference/plugin/adapter/index.md
Expand Up @@ -288,7 +288,7 @@ module Droonga::Plugins::AdInserter
def adapt_output(output_message)
output_message.body.each do |name, result|
next unless result["records"]
result["records"].shift(ad_entry)
result["records"].unshift(ad_entry)
end
# Now all search results include advertising.
end
Expand Down

0 comments on commit 6d3dd5f

Please sign in to comment.