Merge pull request #740 from ericchiang/fix-comment-typos

*: fix comment typos and add go report card icon
This commit is contained in:
Eric Chiang
2016-12-13 13:17:50 -08:00
committed by GitHub
6 changed files with 6 additions and 5 deletions

View File

@@ -13,7 +13,7 @@ import (
)
// TODO(ericchiang): The update, insert, and select methods queries are all
// very repetivite. Consider creating them programatically.
// very repetitive. Consider creating them programmatically.
// keysRowID is the ID of the only row we expect to populate the "keys" table.
const keysRowID = "keys"