fix: correct typo in Either error message ("non" → "none")#3183
fix: correct typo in Either error message ("non" → "none")#3183Brooooooklyn merged 1 commit intonapi-rs:mainfrom
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughA typo in an error message within the Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Fix a typo in the error message for
Eithertype validation failure.Value is non of these typesValue is none of these types"non" is a prefix (e.g., non-null), not a pronoun. The correct word here is "none".
This error message surfaces to end users through Rolldown / Vite 8 (e.g., vitejs/vite#22095), so correcting it improves the debugging experience.
Summary by CodeRabbit