mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-02 14:52:01 +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
|
@ -1,6 +1,6 @@
|
|||
/// Constructs the parameters for other formatting macros.
|
||||
///
|
||||
/// This macro functions by taking a list of objects implementing [`crate::Format`]. It canonicalize the
|
||||
/// This macro functions by taking a list of objects implementing [`crate::Format`]. It will canonicalize the
|
||||
/// arguments into a single type.
|
||||
///
|
||||
/// This macro produces a value of type [`crate::Arguments`]. This value can be passed to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue