[Groonga-commit] groonga/grngo at 4f22830 [master] Update a comment for readability.

Back to archive index

susumu.yata null+****@clear*****
Wed Jun 24 15:26:01 JST 2015


susumu.yata	2015-06-24 15:26:01 +0900 (Wed, 24 Jun 2015)

  New Revision: 4f22830ac03a79f8f079e7dd9465d5cbec52712b
  https://github.com/groonga/grngo/commit/4f22830ac03a79f8f079e7dd9465d5cbec52712b

  Message:
    Update a comment for readability.
    
    GitHub: #8

  Modified files:
    grngo.go

  Modified: grngo.go (+3 -3)
===================================================================
--- grngo.go    2015-06-24 15:00:19 +0900 (d8245de)
+++ grngo.go    2015-06-24 15:26:01 +0900 (e45c4e1)
@@ -732,9 +732,9 @@ func (table *Table) InsertRow(key interface{}) (inserted bool, id uint32, err er
 //
 // If valueType starts with "[]", COLUMN_VECTOR is enabled and the rest is used
 // as the type parameter.
-// If valueType contains '.', COLUMN_INDEX is enabled and valueType is split by
-// the first '.'. Then, the former is used as the type parameter and the
-// latter is used as the source parameter.
+// If valueType contains a dot ('.'), COLUMN_INDEX is enabled and valueType is
+// split by the first dot. Then, the former part is used as the type parameter
+// and the latter part is used as the source parameter.
 // Otherwise, COLUMN_SCALAR is enabled and valueType is used as the type
 // parameter.
 func (table *Table) CreateColumn(name string, valueType string, options *ColumnOptions) (*Column, error) {
-------------- next part --------------
HTML����������������������������...
Download 



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