Unverified Commit 7453661b authored by Adin Schmahmann's avatar Adin Schmahmann Committed by GitHub

Merge pull request #46 from xiegeo/patch-1

fix typo in function documentation
parents 7d48f772 87687d11
......@@ -30,7 +30,7 @@ type Options opt.Options
// NewDatastore returns a new datastore backed by leveldb
//
// for path == "", an in memory bachend will be chosen
// for path == "", an in memory backend will be chosen
func NewDatastore(path string, opts *Options) (*Datastore, error) {
var nopts opt.Options
if opts != nil {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment