Skip to content

Commit

Permalink
doc tutorial: Add a missing code block indent
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmo0920 committed Apr 20, 2015
1 parent 845e591 commit cd07fa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/text/tutorial.md
Expand Up @@ -394,7 +394,7 @@ You group the results of *ruby_comments* in each item and union
*ruby_items* .

>> ruby_items = ruby_comments.group("item").union!(ruby_items)
#<Groonga::Hash ..., size: <5>>
#<Groonga::Hash ..., size: <5>>
>> ruby_items.sort([{:key => "_score", :order => "descending"}]).each do |record|
>> p [record.score, record.title]
>> end
Expand Down

0 comments on commit cd07fa1

Please sign in to comment.