Skip to content

Commit

Permalink
panic message start with lowercase letter
Browse files Browse the repository at this point in the history
  • Loading branch information
kazai777 committed May 8, 2024
1 parent e73da9b commit f98cafa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/gno.land/r/demo/profile/profile.gno
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ func CreateProfile(username, avatarurl, age, gender, website, country, city stri

// Check if a profile already exists for this address
if _, exists := profiles.Get(caller.String()); exists {
panic("A profile already exists for this address")
panic("a profile already exists for this address")
}

// Check if the username is already taken
Expand Down

0 comments on commit f98cafa

Please sign in to comment.