Skip to content

Commit 9ba1598

Browse files
dcookspirydrman
andauthored
Update crates/spk-schema/src/build_spec.rs
Co-authored-by: Ryan Bottriell <[email protected]>
1 parent 76f7edb commit 9ba1598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/spk-schema/src/build_spec.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const ARCH_ADDS: &[&OptName] = &[OptName::os(), OptName::arch()];
2828
const OS_ADDS: &[&OptName] = &[OptName::os()];
2929
const ANY_ADDS: &[&OptName] = &[];
3030

31-
/// Set what level of cross-platform compatibility the built package
31+
/// Describes what level of cross-platform compatibility the built package
3232
/// should have.
3333
#[derive(
3434
Clone, Debug, Eq, Hash, Ord, PartialEq, PartialOrd, Deserialize, Serialize, Display, Default,

0 commit comments

Comments
 (0)