Skip to content

Commit d6200f7

Browse files
committed
Fix missing word in RFC 3543
Under "future possibilities", a sentence was missing the word "crate". Let's fix that.
1 parent b895311 commit d6200f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/3543-patchable-function-entry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ Disadvantages:
262262
# Future possibilities
263263
[future-possibilities]: #future-possibilities
264264

265-
We could potentially use these for dynamic tracing of rust programs, similar to `#[instrument]` in the `tracing` today, but with more configurable behavior and even lower overhead (since there will be no conditionals to check, just a nop sled to go down).
265+
We could potentially use these for dynamic tracing of rust programs, similar to `#[instrument]` in the `tracing` crate today, but with more configurable behavior and even lower overhead (since there will be no conditionals to check, just a nop sled to go down).
266266

267267
We could consider adding `#[unpatchable]` as a shorthand for `#[patchable_function_entry(entry_nops = 0, prefix-nops = 0)]`.
268268

0 commit comments

Comments
 (0)