From dd376ef013d8d95afd6d7441edf977dbb800af7a Mon Sep 17 00:00:00 2001 From: Oliver Nordbjerg Date: Tue, 20 Jun 2023 21:35:25 +0200 Subject: [PATCH] chore: typo fix --- crates/sol-macro/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/sol-macro/src/lib.rs b/crates/sol-macro/src/lib.rs index dd62171da8..99ef61a540 100644 --- a/crates/sol-macro/src/lib.rs +++ b/crates/sol-macro/src/lib.rs @@ -29,7 +29,7 @@ mod utils; /// /// # Examples /// -/// Note: the following examples cannot tested here because the generated code +/// Note: the following examples cannot be tested here because the generated code /// references `alloy-sol-types`, so they are [tested in that crate][tests] and /// included with `include_str!` in this doc instead. ///