Skip to content

Commit

Permalink
Update standards/src11-security-information/src/src11.sw
Browse files Browse the repository at this point in the history
Co-authored-by: Cameron Carstens <bitzoic.eth@gmail.com>
  • Loading branch information
SwayStar123 and bitzoic authored Feb 23, 2024
1 parent ed1af8a commit e96b296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion standards/src11-security-information/src/src11.sw
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pub struct SecurityInformation {
/// A URL to the project's source code.
source_code: Option<String>,
/// The release identifier of this build, ideally corresponding to a tag on git that can be rebuilt to reproduce the same binary.
/// 3rd party build verification tools will use this tag to identify a matching github releases.
/// 3rd party build verification tools will use this tag to identify a matching github release.
source_release: Option<String>,
/// The revision identifier of this build, usually a git sha that can be rebuilt to reproduce the same binary.
/// 3rd party build verification tools will use this tag to identify a matching github releases.
Expand Down

0 comments on commit e96b296

Please sign in to comment.