Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dmowcomber committed Mar 28, 2021
1 parent c5362e4 commit ffbc367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rail/track.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ type Track struct {
roster map[int]*throttle.Throttle
}

// NewTrack returns a new Roster
// NewTrack returns a new Track
func NewTrack(serial io.ReadWriter) *Track {
return &Track{
serial: serial,
Expand Down

0 comments on commit ffbc367

Please sign in to comment.