Skip to content

Commit 152d43d

Browse files
authored
Improve clarity of error description in README (#49)
1 parent 78f2937 commit 152d43d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ You can browse the generated code live in the `IL Viewer` window of your IDE:
140140

141141
Remove the guesswork from Source Generators mistakes.
142142

143-
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.
143+
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.
144144

145145
<img width="626" height="98" alt="image" src="https://github.com/user-attachments/assets/cfe7544f-05b8-4e33-bacd-a35c23a5bae7" />
146146

0 commit comments

Comments
 (0)