aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorDaniel Schadt <kingdread@gmx.de>2021-11-19 20:27:16 +0100
committerDaniel Schadt <kingdread@gmx.de>2021-11-19 20:27:16 +0100
commit1b88a4c2f738d6c236df42c1b9fa4478e302abc5 (patch)
tree7fb8a1237662f22234451c1ee0a5a94fe1df4718 /src/lib.rs
parent2ae32528d9f6ffde5c27d923cf51e59ed6cef936 (diff)
downloadevtclib-1b88a4c2f738d6c236df42c1b9fa4478e302abc5.tar.gz
evtclib-1b88a4c2f738d6c236df42c1b9fa4478e302abc5.tar.bz2
evtclib-1b88a4c2f738d6c236df42c1b9fa4478e302abc5.zip
small doc typo fixes
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 366739c..3677871 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -19,7 +19,7 @@
//! # Crate Structure
//!
//! The crate consists of two main parts: The [`raw`][raw] parser, which is used to read structured
-//! data from binary input streams, and the higher-level abstrations provided in the root and
+//! data from binary input streams, and the higher-level abstractions provided in the root and
//! [`event`][event] submodules.
//!
//! Additionally, there are some defintions (such as IDs for various game items) in the