From 85bcfa5db6a11b1e8771283282fddf92a2a8f4d8 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Thu, 15 Sep 2022 17:02:30 -0400 Subject: [PATCH] WOW missed another one! --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 5ef7cf7..1de5ad2 100755 --- a/src/lib.rs +++ b/src/lib.rs @@ -18,7 +18,7 @@ pub mod index; mod compression; mod dat; -// Reading model (MDL) files. +/// Reading model (MDL) files. pub mod model; /// All of the races in Eorzea in a nice enum package.