ruff_formatter crate doc comment fixes (#6677)

This commit is contained in:
Chris Pryer 2023-08-19 12:42:02 -04:00 committed by GitHub
parent 3849fa0cf1
commit 648333b8b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View file

@ -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::*;