Update database.go

This commit is contained in:
Sevki 2020-07-05 20:07:47 +01:00 committed by GitHub
parent a8fb705a22
commit 7c20a89a61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ type Database interface {
// database entries. Separate calls to Create will do that.
//
// The library makes this call only after acquiring a lock first.
SetOutbox(c context.Context, inbox vocab.ActivityStreamsOrderedCollectionPage) error
SetOutbox(c context.Context, outbox vocab.ActivityStreamsOrderedCollectionPage) error
// NewID creates a new IRI id for the provided activity or object. The
// implementation does not need to set the 'id' property and simply
// needs to determine the value.