Skip to content

Commit 14d6444

Browse files
authored
fix typo and make paragraph consistent (rust-lang#1474)
1 parent 3ea1b40 commit 14d6444

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rustdoc.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ authors can request rebuilds, which will be run with the latest rustdoc.
148148

149149
Docs.rs performs some transformations on rustdoc's output in order to save
150150
storage and display a navigation bar at the top. In particular, certain static
151-
files (like main.js and rustdoc.css may be shared across multiple invocations
151+
files, like main.js and rustdoc.css, may be shared across multiple invocations
152152
of the same version of rustdoc. Others, like crates.js and sidebar-items.js, are
153153
different for different invocations. Still others, like fonts, will never
154154
change. These categories are distinguished using the `SharedResource` enum in

0 commit comments

Comments
 (0)