We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c0402c commit 9697b67Copy full SHA for 9697b67
inbox/inbox.go
@@ -1,5 +1,5 @@
1
/*
2
-Copyright 2024 Dima Krasner
+Copyright 2024, 2025 Dima Krasner
3
4
Licensed under the Apache License, Version 2.0 (the "License");
5
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
14
limitations under the License.
15
*/
16
17
-// Package inbox processes activities received from other servers.
+// Package inbox creates and processes activities.
18
//
19
-// Incoming activites are received and queued by [fed.Listener].
+// Incoming activities are received and queued by [fed.Listener].
20
package inbox
0 commit comments