fix various typos in doc comments
This commit is contained in:
parent
0195812aea
commit
4e35cbb22e
49 changed files with 68 additions and 68 deletions
|
|
@ -187,7 +187,7 @@ pub struct RenderOptions {
|
|||
/// Whether to generate a table of contents on the output file when reading a standalone
|
||||
/// Markdown file.
|
||||
pub markdown_no_toc: bool,
|
||||
/// Additional CSS files to link in pages generated from standlone Markdown files.
|
||||
/// Additional CSS files to link in pages generated from standalone Markdown files.
|
||||
pub markdown_css: Vec<String>,
|
||||
/// If present, playground URL to use in the "Run" button added to code samples generated from
|
||||
/// standalone Markdown files. If not present, `playground_url` is used.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue