aboutsummaryrefslogtreecommitdiff
path: root/crates/whirl_db
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-05-23 16:59:26 +0000
committerFuwn <[email protected]>2021-05-23 16:59:26 +0000
commite93269334229467e760d6499e0b92c92e87e7a8f (patch)
treeed0abee6ad890de79fddd8675fcecfcb529363ac /crates/whirl_db
parentdocs(crates): modify crate descriptions to fit their tasks (diff)
downloadwhirl-e93269334229467e760d6499e0b92c92e87e7a8f.tar.xz
whirl-e93269334229467e760d6499e0b92c92e87e7a8f.zip
docs(global): spelling corrections, global docs
Diffstat (limited to 'crates/whirl_db')
-rw-r--r--crates/whirl_db/src/lib.rs2
-rw-r--r--crates/whirl_db/src/models.rs4
2 files changed, 5 insertions, 1 deletions
diff --git a/crates/whirl_db/src/lib.rs b/crates/whirl_db/src/lib.rs
index 4f8050e..eda95bf 100644
--- a/crates/whirl_db/src/lib.rs
+++ b/crates/whirl_db/src/lib.rs
@@ -1,6 +1,8 @@
// Copyleft (ɔ) 2021-2021 The Whirlsplash Collective
// SPDX-License-Identifier: GPL-3.0-only
+//! Database utilities, to interact with the database.
+
#![feature(
type_ascription,
hash_set_entry,
diff --git a/crates/whirl_db/src/models.rs b/crates/whirl_db/src/models.rs
index 52304b6..b5913ef 100644
--- a/crates/whirl_db/src/models.rs
+++ b/crates/whirl_db/src/models.rs
@@ -2,7 +2,9 @@
// SPDX-License-Identifier: GPL-3.0-only
//! Much of the documentation that you will see within this module is quoted
-//! from http://dev.worlds.net/private/GammaDocs/WorldServer.html#RoomServer.
+//! from
+//! [this](http://dev.worlds.net/private/GammaDocs/WorldServer.html#RoomServer)
+//! section from the Gamma Documents.
// use crate::db::schema::*;