Skip to content

Commit

Permalink
docs: fix typo in SetMetadata
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Dykstra <[email protected]>
  • Loading branch information
tri-adam authored and DrDaveD committed Sep 18, 2023
1 parent aebc0db commit 2f109ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/sif/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@ func (f *FileImage) SetPrimPart(id uint32, opts ...SetOpt) error {
return nil
}

// SetMetadata the metadata of the data object with id to md, according to opts.
// SetMetadata sets the metadata of the data object with id to md, according to opts.
//
// By default, the image/object modification times are set to the current time for
// non-deterministic images, and unset otherwise. To override this, consider using
Expand Down

0 comments on commit 2f109ac

Please sign in to comment.