Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

Commit

Permalink
Fix typo in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelfneumann committed Oct 21, 2021
1 parent e19b581 commit e381cb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion experiment/tracker/Tracker.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func LoadFData(filename string) []float64 {
return data
}

// LoadIDataloads and returns the data saved by a Tracker as a []int
// LoadIData loads and returns the data saved by a Tracker as a []int
func LoadIData(filename string) []int {
// Open file
file, err := os.Open(filename)
Expand Down

0 comments on commit e381cb7

Please sign in to comment.