[Groonga-commit] groonga/grnci at 3d8f97b [master] Fix a typo.

アーカイブの一覧に戻る

Susumu Yata null+****@clear*****
Thu Sep 14 15:05:30 JST 2017


Susumu Yata	2017-09-14 15:05:30 +0900 (Thu, 14 Sep 2017)

  New Revision: 3d8f97b50c7b431d13e1d3f6d9d5f7bf359b8eaf
  https://github.com/groonga/grnci/commit/3d8f97b50c7b431d13e1d3f6d9d5f7bf359b8eaf

  Message:
    Fix a typo.

  Modified files:
    v2/db.go

  Modified: v2/db.go (+1 -1)
===================================================================
--- v2/db.go    2017-09-14 15:03:26 +0900 (c1ead41)
+++ v2/db.go    2017-09-14 15:05:30 +0900 (0a3bfef)
@@ -1197,7 +1197,7 @@ func (db *DB) ObjectInspect(name string) (interface{}, error) {
 			})
 		}
 		return &result, nil
-	default: // Table of type
+	default: // Table or type
 		type SizeNRecords struct {
 			Size     *int `json:"size"`
 			NRecords *int `json:"n_records"`
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20170914/8be8d1fa/attachment-0001.htm 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る