Skip to content

Commit e56364f

Browse files
pickfirenhwn
andauthored
Use Oxform comma
Co-authored-by: Nathan Nguyen <[email protected]>
1 parent 888811b commit e56364f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/unstable-book/src/language-features/doc-spotlight.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The `doc_spotlight` feature allows the use of the `spotlight` parameter to the `
66
to "spotlight" a specific trait on the return values of functions. Adding a `#[doc(spotlight)]`
77
attribute to a trait definition will make rustdoc print extra information for functions which return
88
a type that implements that trait. This attribute is applied to the `Iterator`, `io::Read`,
9-
`io::Write` and `Future` traits in the standard library.
9+
`io::Write`, and `Future` traits in the standard library.
1010

1111
You can do this on your own traits, like this:
1212

0 commit comments

Comments
 (0)