Skip to content

Commit f9ef2c5

Browse files
committed
docs(build-rs): Backtick literal values
1 parent 0f4e698 commit f9ef2c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/build-rs/src/output.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ pub fn rustc_link_arg_benches(flag: &str) {
171171
/// to the symbols from the given lib, and the binary should access them through
172172
/// the library target’s public API.
173173
///
174-
/// The optional `KIND` may be one of dylib, static, or framework. See the
174+
/// The optional `KIND` may be one of `dylib`, `static`, or `framework`. See the
175175
/// [rustc book][-l] for more detail.
176176
///
177177
/// [-l]: https://doc.rust-lang.org/stable/rustc/command-line-arguments.html#option-l-link-lib

0 commit comments

Comments
 (0)