From 278a1aa0275ec44dd08b57d8373ee28fb1773ed6 Mon Sep 17 00:00:00 2001 From: "Auridas F." Date: Mon, 1 Sep 2025 14:40:55 +0300 Subject: [PATCH 1/2] Fix word order --- style.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.md b/style.md index bf0d20b..433da06 100644 --- a/style.md +++ b/style.md @@ -1023,7 +1023,7 @@ When a caller receives an error from a callee, it can handle it in a variety of different ways depending on what it knows about the error. -These include, but not are limited to: +These include, but are not limited to: - if the callee contract defines specific errors, matching the error with `errors.Is` or `errors.As` From 89b1835ae790bb6d678f715af86e7d6a7f6c6e60 Mon Sep 17 00:00:00 2001 From: francas <5138520+francas@users.noreply.github.com> Date: Mon, 1 Sep 2025 11:42:39 +0000 Subject: [PATCH 2/2] Auto-update style.md --- style.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.md b/style.md index 433da06..bf0d20b 100644 --- a/style.md +++ b/style.md @@ -1023,7 +1023,7 @@ When a caller receives an error from a callee, it can handle it in a variety of different ways depending on what it knows about the error. -These include, but are not limited to: +These include, but not are limited to: - if the callee contract defines specific errors, matching the error with `errors.Is` or `errors.As`