From 1b88a4c2f738d6c236df42c1b9fa4478e302abc5 Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Fri, 19 Nov 2021 20:27:16 +0100 Subject: small doc typo fixes --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib.rs') 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 -- cgit v1.2.3