summaryrefslogtreecommitdiffstats
path: root/src/config.rs
diff options
context:
space:
mode:
authorpierwill <pierwill@users.noreply.github.com>2021-01-10 14:51:30 -0800
committerpierwill <pierwill@users.noreply.github.com>2021-01-10 14:51:30 -0800
commite9b0be7090fcb9efaa163161324caf7eced5c716 (patch)
treef05be9ee1712d41aa76cd5f55ad39a71b89ee154 /src/config.rs
parent218e2001174a1151648b0e3909f2e1234000d4e0 (diff)
Add intra-docs links to docs
Also fixes some punctuation and changes some wording.
Diffstat (limited to 'src/config.rs')
-rw-r--r--src/config.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.rs b/src/config.rs
index 14a13ce3..be7dae62 100644
--- a/src/config.rs
+++ b/src/config.rs
@@ -2,7 +2,7 @@
//!
//! The main entrypoint of the `config` module is the `Config` struct. This acts
//! essentially as a bag of configuration information, with a couple
-//! pre-determined tables (`BookConfig` and `BuildConfig`) as well as support
+//! pre-determined tables ([`BookConfig`] and [`BuildConfig`]) as well as support
//! for arbitrary data which is exposed to plugins and alternative backends.
//!
//!