Skip to content

Commit 3504c1e

Browse files
authored
Rollup merge of rust-lang#124322 - whosehang:master, r=Nilstrieb
chore: fix some typos in comments
2 parents e8578cf + 59b57e9 commit 3504c1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/fmt/rt.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ impl<'a> Argument<'a> {
153153
///
154154
/// # Safety
155155
///
156-
/// This argument must actually be a placeholer argument.
156+
/// This argument must actually be a placeholder argument.
157157
///
158158
// FIXME: Transmuting formatter in new and indirectly branching to/calling
159159
// it here is an explicit CFI violation.

0 commit comments

Comments
 (0)