[Groonga-commit] ranguba/rroonga at cd07fa1 [master] doc tutorial: Add a missing code block indent

Back to archive index

Hiroshi Hatake null+****@clear*****
Mon Apr 20 09:30:11 JST 2015


Hiroshi Hatake	2015-04-20 09:30:11 +0900 (Mon, 20 Apr 2015)

  New Revision: cd07fa1b08351478a0ffb3f5b43b18a63a9e6dad
  https://github.com/ranguba/rroonga/commit/cd07fa1b08351478a0ffb3f5b43b18a63a9e6dad

  Message:
    doc tutorial: Add a missing code block indent

  Modified files:
    doc/text/tutorial.md

  Modified: doc/text/tutorial.md (+1 -1)
===================================================================
--- doc/text/tutorial.md    2015-04-19 19:56:02 +0900 (95edac7)
+++ doc/text/tutorial.md    2015-04-20 09:30:11 +0900 (4a8ce60)
@@ -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
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index