We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8401389 commit 95fe2ecCopy full SHA for 95fe2ec
soroban-spec/src/shaking.rs
@@ -17,7 +17,7 @@
17
/// Today markers are only used in contracts written in Rust, leveraging how Rust can eliminate
18
/// dead code to make the markers are good signal for if a type gets used. It's not known if the
19
/// same pattern could be used in other languages, and so it is not a general part of the SEP-48
20
-/// Contact Interface Specification. Markers are just a mechanism used by the Rust soroban-sdk and
+/// Contract Interface Specification. Markers are just a mechanism used by the Rust soroban-sdk and
21
/// the stellar-cli to achieve accurately scoped contract specs.
22
use std::collections::HashSet;
23
0 commit comments