Skip to content

Commit

Permalink
Fixed TYPO in comment
Browse files Browse the repository at this point in the history
Fixed TYPO in a comment.
  • Loading branch information
HeavyWombat committed Nov 19, 2018
1 parent ba4652c commit b1a634f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/v1/ytbx/input.go
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ func LoadYAMLDocuments(input []byte) ([]interface{}, error) {
}

// LoadTOMLDocuments reads the provided input data slice as a TOML file, which
// can only have one document. For the sake of having similiar sounding
// can only have one document. For the sake of having similar sounding
// functions and the same signatures, the function uses the plural in its name
// and returns a list of results even though it will only contain one entry.
// All map entries inside the result document are converted into YAML MapSlice
Expand Down

0 comments on commit b1a634f

Please sign in to comment.