Merge pull request #6779 from joe2far/patch-1

Fixed typo in docstring
pull/6803/head
Jonathan A. Sternberg 2016-06-07 08:26:23 -05:00
commit 1e562408f1
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ const (
DefaultConsistencyLevel = "one"
// DefaultSeparator is the default join character to use when joining multiple
// measurment parts in a template.
// measurement parts in a template.
DefaultSeparator = "."
// DefaultBatchSize is the default write batch size.