Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Lixia (Sylvia) Lei <lixlei@microsoft.com>
  • Loading branch information
Wwwsylvia committed Aug 21, 2023
1 parent ec5a3e7 commit 8b765d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example_pack_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func ExamplePackManifest_imageV11RC4() {
opts := oras.PackManifestOptions{
ManifestAnnotations: map[string]string{
// this timestamp will be automatically generated if not specified
// use a fix value here in order to test the output
// use a fixed value here in order to test the output
ocispec.AnnotationCreated: "2000-01-01T00:00:00Z",
},
}
Expand Down Expand Up @@ -71,7 +71,7 @@ func ExamplePackManifest_imageV10() {
opts := oras.PackManifestOptions{
ManifestAnnotations: map[string]string{
// this timestamp will be automatically generated if not specified
// use a fix value here in order to test the output
// use a fixed value here in order to test the output
ocispec.AnnotationCreated: "2000-01-01T00:00:00Z",
},
}
Expand Down

0 comments on commit 8b765d3

Please sign in to comment.