Skip to content

Commit fc9d659

Browse files
authored
chore: refine wording (#10)
1 parent 942eac7 commit fc9d659

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/post/stacksafe-taming-recursion-in-rust-without-stack-overflow.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ This approach works for simple cases but becomes extremely complex or impossible
111111
### Lower-Level Crates: `stacker` and `recursive`
112112

113113
- [stacker](https://crates.io/crates/stacker): Provides low-level stack growth mechanisms
114-
- [recursive](https://crates.io/crates/recursive): Provides a `#[recursive]` to ease the application of `stacker`
114+
- [recursive](https://crates.io/crates/recursive): Provides macro `#[recursive]` to ease the application of `stacker`
115115

116116
**Limitations**:
117117

0 commit comments

Comments
 (0)