fixed some comments

This commit is contained in:
Clemens 2024-05-13 12:00:16 +02:00
parent 379b0234eb
commit c3fb34d5b4
3 changed files with 4 additions and 4 deletions

View file

@ -33,7 +33,7 @@ type NodeInfoWellKnown struct {
Href string
}
// Factory function for PersonID. Created struct is asserted to be valid
// Factory function for NodeInfoWellKnown. Created struct is asserted to be valid.
func NewNodeInfoWellKnown(body []byte) (NodeInfoWellKnown, error) {
result, err := NodeInfoWellKnownUnmarshalJSON(body)
if err != nil {