mirror of https://github.com/perkeep/perkeep.git
importer: doc typo
Change-Id: Ib8d2a7d1daf318ed2ec2228269942ff480331c2f
This commit is contained in:
parent
1a6f0fc1e1
commit
09a80dff99
|
@ -204,7 +204,7 @@ func (rc *RunContext) Credentials() (clientID, clientSecret string, err error) {
|
||||||
// missing anything).
|
// missing anything).
|
||||||
func (rc *RunContext) AccountNode() *Object { return rc.ia.acct }
|
func (rc *RunContext) AccountNode() *Object { return rc.ia.acct }
|
||||||
|
|
||||||
// AccountNode returns the initially-empty permanode storing the root
|
// RootNode returns the initially-empty permanode storing the root
|
||||||
// of this account's data. You can change anything at will. This will
|
// of this account's data. You can change anything at will. This will
|
||||||
// typically be modeled as a dynamic directory (with camliPath:xxxx
|
// typically be modeled as a dynamic directory (with camliPath:xxxx
|
||||||
// attributes), where each path element is either a file, object, or
|
// attributes), where each path element is either a file, object, or
|
||||||
|
|
Loading…
Reference in New Issue