Skip to content

Commit

Permalink
bite -> byte
Browse files Browse the repository at this point in the history
  • Loading branch information
p-offtermatt committed Sep 20, 2023
1 parent 760c67a commit dcd49a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/json_parser.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ type JSONParser struct{}
var GlobalJSONParser = JSONParser{}

func (parser JSONParser) ReadTraceFromFile(path string) ([]Step, error) {
// Open the JSON file and read into a bite array
// Open the JSON file and read into a byte array
jsonData, err := os.ReadFile(filepath.Clean(path))
if err != nil {
return nil, err
Expand Down

0 comments on commit dcd49a4

Please sign in to comment.