Skip to content

Commit 1e4e2a8

Browse files
dirkbehmeojeda
authored andcommitted
rust: fmt: Fix grammar in Adapter description
Add a missing `and` in the description of the `Adapter`. Fixes: c5cf01b ("rust: support formatting of foreign types") Signed-off-by: Dirk Behme <dirk.behme@de.bosch.com> Acked-by: Tamir Duberstein <tamird@gmail.com> Link: https://patch.msgid.link/20260102084821.1077864-1-dirk.behme@de.bosch.com [ Reworded for typo. - Miguel ] Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
1 parent 45f6aed commit 1e4e2a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rust/kernel/fmt.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
pub use core::fmt::{Arguments, Debug, Error, Formatter, Result, Write};
88

9-
/// Internal adapter used to route allow implementations of formatting traits for foreign types.
9+
/// Internal adapter used to route and allow implementations of formatting traits for foreign types.
1010
///
1111
/// It is inserted automatically by the [`fmt!`] macro and is not meant to be used directly.
1212
///

0 commit comments

Comments
 (0)