Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Kim <20001595+joshua-kim@users.noreply.github.com>
  • Loading branch information
joshua-kim committed Oct 19, 2023
1 parent 60da4a1 commit ca57dbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ type Semantic struct {
}

// The only difference here between Semantic and Application is that Semantic
// prepends "v" rather than "avalanchego/".
// prepends "v" rather than the client name.
func (s *Semantic) String() string {
strIntf := s.str.Load()
if strIntf != nil {
Expand Down

0 comments on commit ca57dbd

Please sign in to comment.