Skip to content

Commit 09eadce

Browse files
cchiwbjorn3
andauthored
Update src/attributes/testing.md
Co-authored-by: bjorn3 <[email protected]>
1 parent 3e2faa1 commit 09eadce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/attributes/testing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ fn main() {
125125
}
126126
```
127127

128-
Note that when the code is compiled with a certain panic strategy it still might do something different if a crate was compiled with a different strategy.
128+
Note that when the code is compiled with a certain panic strategy it still might do something different if another crate was compiled with a different strategy.
129129
For instance, if `#[cfg(panic = "unwind")]` is set to `true` and a crate is compiled with`-C panic=abort`.
130130

131131
[_MetaListNameValueStr_]: ../attributes.md#meta-item-attribute-syntax

0 commit comments

Comments
 (0)