Skip to content

Commit

Permalink
Update x/profiles/types/account.go
Browse files Browse the repository at this point in the history
  • Loading branch information
RiccardoM authored Aug 6, 2021
1 parent b141794 commit 9d672d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/profiles/types/account.go
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ func NewProfileUpdate(dTag, nickname, bio string, pictures Pictures) *ProfileUpd
}

// Update updates the fields of a given profile without validating it.
// Before store the updated profile, a validation with Validate() should
// Before storing the updated profile, a validation with Validate() should
// be performed.
func (p *Profile) Update(update *ProfileUpdate) (*Profile, error) {
if update.DTag == DoNotModify {
Expand Down

0 comments on commit 9d672d4

Please sign in to comment.