Skip to content

Commit 4dd03a8

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

soroban-sdk/src/spec_shaking.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ impl<T: SpecShakingMarker> SpecShakingMarker for Option<T> {
6767
}
6868
}
6969

70-
// Result implementation - includes both type's specs
70+
// Result implementation - includes both types' specs
7171
impl<T: SpecShakingMarker, E: SpecShakingMarker> SpecShakingMarker for Result<T, E> {
7272
#[inline(always)]
7373
fn spec_shaking_marker() {

0 commit comments

Comments
 (0)