aboutsummaryrefslogtreecommitdiff
path: root/crates/whirl_common
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_common
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_common')
-rw-r--r--crates/whirl_common/Cargo.toml2
-rw-r--r--crates/whirl_common/src/lib.rs2
2 files changed, 3 insertions, 1 deletions
diff --git a/crates/whirl_common/Cargo.toml b/crates/whirl_common/Cargo.toml
index 7f48d6e..e0e704c 100644
--- a/crates/whirl_common/Cargo.toml
+++ b/crates/whirl_common/Cargo.toml
@@ -3,7 +3,7 @@ name = "whirl_common"
version = "0.1.0"
authors = ["Fuwn <[email protected]>"]
edition = "2018"
-description = "Assorted utilites, for global use."
+description = "Assorted utilities, for global use."
documentation = "https://whirlsplash.org/docs/"
readme = "../../README.rst"
homepage = "https://whirlsplash.org"
diff --git a/crates/whirl_common/src/lib.rs b/crates/whirl_common/src/lib.rs
index 05a0e0c..081da1c 100644
--- a/crates/whirl_common/src/lib.rs
+++ b/crates/whirl_common/src/lib.rs
@@ -1,6 +1,8 @@
// Copyleft (ɔ) 2021-2021 The Whirlsplash Collective
// SPDX-License-Identifier: GPL-3.0-only
+//! Assorted utilities, for global use.
+
#![feature(
type_ascription,
hash_set_entry,