Skip to content

Commit

Permalink
Update server/domain_type.go
Browse files Browse the repository at this point in the history
Co-authored-by: Ethen <ethenpo@gmail.com>
  • Loading branch information
teddyknox and epociask authored Jun 14, 2024
1 parent 128e46a commit 9632b24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/domain_type.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ var (
ErrInvalidDomainType = fmt.Errorf("invalid domain type")
)

// DomainType is a enumeration type for the different data domains for which a
// DomainType is an enumeration type for the different data domains for which a
// blob can exist between
type DomainType uint8

Expand Down

0 comments on commit 9632b24

Please sign in to comment.