From cbe56d6eaa284278486066c94bd17a238062cf0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Cabrera?= Date: Wed, 12 Jun 2024 09:33:00 -0400 Subject: [PATCH] Fix typo --- crates/javy-config/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/javy-config/src/lib.rs b/crates/javy-config/src/lib.rs index 2d7e6d50..8836b9e2 100644 --- a/crates/javy-config/src/lib.rs +++ b/crates/javy-config/src/lib.rs @@ -18,7 +18,7 @@ //! need to override non-standard defaults typically set during CLI invocations. //! These defaults often do not align with the preferences of the CLI users. //! -//! In gneneral this crate should be treated as an internal detail and +//! In general this crate should be treated as an internal detail and //! a contract between the CLI and the Javy crate. use bitflags::bitflags;