diff options
author | Daniel Schadt <kingdread@gmx.de> | 2021-11-19 20:27:16 +0100 |
---|---|---|
committer | Daniel Schadt <kingdread@gmx.de> | 2021-11-19 20:27:16 +0100 |
commit | 1b88a4c2f738d6c236df42c1b9fa4478e302abc5 (patch) | |
tree | 7fb8a1237662f22234451c1ee0a5a94fe1df4718 /src/lib.rs | |
parent | 2ae32528d9f6ffde5c27d923cf51e59ed6cef936 (diff) | |
download | evtclib-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.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |