Skip to content

Commit

Permalink
code: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yktoo committed Feb 9, 2021
1 parent 2b44b46 commit c3339c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/player/libpath.go
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ func (p *LibraryPath) SetLength(length int) {

// Unmarshal deserialises the path from a string
func (p *LibraryPath) Unmarshal(s string) error {
// Iterate tab-separate serialised elements
// Iterate serialised elements
var elements []LibraryPathElement
for _, s := range strings.Split(s, pathElementSeparator) {
element, err := UnmarshalLibPathElement(s)
Expand Down

0 comments on commit c3339c0

Please sign in to comment.