From d6ac7af36b02d69de13fbc7a2877dc152775c110 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20M=C3=BCller?= Date: Mon, 16 Mar 2026 10:06:51 +0100 Subject: [PATCH] Fix typo on errors mod MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marcel Müller --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index b16d474..9ed46f7 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -136,7 +136,7 @@ unstable_pub!( mod parser ); -/// Nomo Functions +/// Errors in this library pub mod errors; /// Nomo Functions