From 3f22e8737ab265fa9996bd6f3528c21c257f6497 Mon Sep 17 00:00:00 2001 From: "fuder.eth" <139509124+vtjl10@users.noreply.github.com> Date: Sun, 15 Dec 2024 08:03:08 +0200 Subject: [PATCH] fix: typos in documentation files (#6870) --- crates/cairo-lang-primitive-token/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/cairo-lang-primitive-token/src/lib.rs b/crates/cairo-lang-primitive-token/src/lib.rs index 3313004d392..57880f5f1c5 100644 --- a/crates/cairo-lang-primitive-token/src/lib.rs +++ b/crates/cairo-lang-primitive-token/src/lib.rs @@ -1,5 +1,5 @@ #![deny(missing_docs)] -//! This crate defines unfiorm and primitive form of the TokenStream. +//! This crate defines uniform and primitive form of the TokenStream. //! We want this to be as stable as possible and limit the changes here to bare minimum. /// Primitive representation of a token's span.