From 9d130da306a6d01e8c4e9addfe1de71cca6e9706 Mon Sep 17 00:00:00 2001 From: Mateusz Krzaczek Date: Wed, 4 Mar 2026 20:14:57 +0100 Subject: [PATCH] Improve clarity of error description in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e368db..a0fbeec 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,7 @@ You can browse the generated code live in the `IL Viewer` window of your IDE: Remove the guesswork from Source Generators mistakes. -Roslyn Source Generator projects often produce errors that are hard to understand. One of the main goals for this package is to make sure all errors, including user errors, setup errors, and edgecases are verbose and easily visible as an error line in your IDE. +Roslyn Source Generator projects often produce errors that are hard to understand. One of the main goals of this package is to make sure that any error - whether it’s a user mistake, a setup problem, or an edge case - shows up clearly in your IDE by highlighting the line that caused it. image