Skip to content

Commit 9697b67

Browse files
committed
wip
1 parent 3c0402c commit 9697b67

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

inbox/inbox.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2024 Dima Krasner
2+
Copyright 2024, 2025 Dima Krasner
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.
@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
1414
limitations under the License.
1515
*/
1616

17-
// Package inbox processes activities received from other servers.
17+
// Package inbox creates and processes activities.
1818
//
19-
// Incoming activites are received and queued by [fed.Listener].
19+
// Incoming activities are received and queued by [fed.Listener].
2020
package inbox

0 commit comments

Comments
 (0)