Skip to content

Commit

Permalink
Merge pull request #28 from msakai/fix-ToSeriesData-comment
Browse files Browse the repository at this point in the history
Fix ToSeriesData documentation to match actual implementation.
  • Loading branch information
Mitsutoshi Aoe committed Jun 4, 2015
2 parents b20728f + 3d91656 commit 0e91b9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Database/InfluxDB/Encode.hs
Expand Up @@ -28,7 +28,7 @@ class ToSeries a where
-- > data EventType = Login | Logout
-- >
-- > instance ToSeriesData Event where
-- > toSeriesColumn _ = V.fromList ["user", "type"]
-- > toSeriesColumns _ = V.fromList ["user", "type"]
-- > toSeriesPoints (Event user ty) = V.fromList [toValue user, toValue ty]
-- >
-- > instance ToValue EventType
Expand Down

0 comments on commit 0e91b9c

Please sign in to comment.