Skip to content

Commit c0efded

Browse files
author
Anthony Wang
committed
Fix typo for JSONUnmarshalerFn description comment
1 parent ee85f7d commit c0efded

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/forgefed/forgefed.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ func GetItemByType(typ ap.ActivityVocabularyType) (ap.Item, error) {
2929
return ap.GetItemByType(typ)
3030
}
3131

32-
// JSONUnmarshalerFn is the type of the function that will load the data from a fastjson.Value into an Item
32+
// JSONUnmarshalerFn is the function that will load the data from a fastjson.Value into an Item
3333
// that the go-ap/activitypub package doesn't know about.
3434
func JSONUnmarshalerFn(typ ap.ActivityVocabularyType, val *fastjson.Value, i ap.Item) error {
3535
switch typ {

0 commit comments

Comments
 (0)