Skip to content

Commit 95fe2ec

Browse files
Update soroban-spec/src/shaking.rs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 8401389 commit 95fe2ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

soroban-spec/src/shaking.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
/// Today markers are only used in contracts written in Rust, leveraging how Rust can eliminate
1818
/// dead code to make the markers are good signal for if a type gets used. It's not known if the
1919
/// 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
20+
/// Contract Interface Specification. Markers are just a mechanism used by the Rust soroban-sdk and
2121
/// the stellar-cli to achieve accurately scoped contract specs.
2222
use std::collections::HashSet;
2323

0 commit comments

Comments
 (0)