Skip to content

Commit

Permalink
r4e/v1_2_exp.go: update comments to be verison appropriate
Browse files Browse the repository at this point in the history
  • Loading branch information
prestist committed Mar 19, 2023
1 parent 5ac61b4 commit 38eda9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/r4e/v1_2_exp/translate.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ func (c Config) ToIgn3_5(options common.TranslateOptions) (types.Config, report.
return cfg.(types.Config), r, err
}

// ToIgn3_5Bytes translates from a v1.1 Butane config to a v3.4.0 Ignition config. It returns a report of any errors or
// ToIgn3_5Bytes translates from a v1.2 Butane config to a v3.5.0 Ignition config. It returns a report of any errors or
// warnings in the source and resultant config. If the report has fatal errors or it encounters other problems
// translating, an error is returned.
func ToIgn3_5Bytes(input []byte, options common.TranslateBytesOptions) ([]byte, report.Report, error) {
Expand Down

0 comments on commit 38eda9a

Please sign in to comment.