From d5b086dee72da3e1a12894703b266775092b6286 Mon Sep 17 00:00:00 2001 From: leopardracer <136604165+leopardracer@users.noreply.github.com> Date: Mon, 2 Dec 2024 13:51:03 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 37586f1..fc4c819 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ avoid using `eyre::Report` as your public error type. public API as well, and makes changing any of those libraries into an undetectable runtime breakage. - If many of your errors are constructed from strings you encourage your users - to use string comparision for reacting to specific errors which is brittle + to use string comparison for reacting to specific errors which is brittle and turns updating error messages into a potentially undetectable runtime breakage.