grammar: simplify to avoid that

This commit is contained in:
Josh Soref 2020-05-06 19:01:05 -04:00 committed by GitHub
parent 5d2d7e7725
commit eb12784dc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -470,7 +470,7 @@
//!
//! ### `format_args!`
//!
//! This is a curious macro which is used to safely pass around
//! This is a curious macro used to safely pass around
//! an opaque object describing the format string. This object
//! does not require any heap allocations to create, and it only
//! references information on the stack. Under the hood, all of