mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-01 06:11:43 +00:00
ruff_formatter
crate doc comment fixes (#6677)
This commit is contained in:
parent
3849fa0cf1
commit
648333b8b2
3 changed files with 6 additions and 6 deletions
|
@ -61,8 +61,8 @@ impl<'fmt, Context> Argument<'fmt, Context> {
|
|||
///
|
||||
/// The [`format_args!`] macro will safely create an instance of this structure.
|
||||
///
|
||||
/// You can use the `Arguments<a>` that [`format_args!]` return in `Format` context as seen below.
|
||||
/// It will call the `format` function for every of it's objects.
|
||||
/// You can use the `Arguments<a>` that [`format_args!`] return in `Format` context as seen below.
|
||||
/// It will call the `format` function for each of its objects.
|
||||
///
|
||||
/// ```rust
|
||||
/// use ruff_formatter::prelude::*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue