Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Grammar and Clarity Improvements #14034

Closed
wants to merge 1 commit into from
Closed

Conversation

SITADRITA1
Copy link

Grammar Correction in Loop Handling Suggestion

Original: If you are in the loop - consider use "$db.View" or "$db.Update" or extract whole transaction to function.
Updated: If you are in the loop - consider using "$db.View" or "$db.Update" or extract the whole transaction into a function.
Reason: Corrected verb usage ("use" → "using") to align with proper grammar. Added "the" for clarity and "into" instead of "to" for proper phrasing.
Error Message Refinement for Mutex Unlock Suggestion

Original: Report(maybe $mu.Unlock() was intended?
Updated: Report(Did you mean $mu.Unlock()?
Reason: Improved clarity and readability of the message, making it more natural and direct. The new phrasing is more intuitive and aligns with standard error message structures.

@shohamc1 shohamc1 closed this Mar 3, 2025
@SITADRITA1
Copy link
Author

@shohamc1 why?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants