Skip to content

Commit

Permalink
Merge pull request #175 from danbev/simple_signing-typo
Browse files Browse the repository at this point in the history
Fix typo in simple_signing.rs
  • Loading branch information
flavio authored Dec 12, 2022
2 parents bd2a406 + 6ad4991 commit e222af5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cosign/payload/simple_signing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//! This module provides a series of Rust Struct that implementation
//! This module provides a series of Rust structs that implementation
//! the Container signature format described
//! [here](https://github.com/containers/image/blob/a5061e5a5f00333ea3a92e7103effd11c6e2f51d/docs/containers-signature.5.md#json-data-format).

Expand Down Expand Up @@ -46,7 +46,7 @@ impl fmt::Display for SimpleSigning {

impl SimpleSigning {
/// Create a new simple signing payload due to the given image reference
/// and manifefst_digest
/// and manifest_digest
pub fn new(image_ref: &str, manifest_digest: &str) -> Self {
Self {
critical: Critical {
Expand Down

0 comments on commit e222af5

Please sign in to comment.