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

Fix Grammar and Clarity in Documentation Comments #3381

Merged
merged 2 commits into from
Feb 21, 2025
Merged

Conversation

NeoByteXx
Copy link
Contributor

Before: /// Marker trait to prevent [SimpleType] to be implemented for other types.
After: /// Marker trait to prevent [SimpleType] from being implemented for other types.
Reason: Corrects improper English usage—"prevent from being implemented" is the correct form.
Fixed incorrect phrasing in instance.rs

Before: //! Implementations of Wasm instance related traits to mutable borrows of instances.
After: //! Implementations of Wasm instance-related traits for mutable borrows of instances.
Reason: Adds a hyphen in "instance-related" (compound adjective) and replaces "to" with "for" for accuracy.

@afck afck merged commit 4f3e9e8 into linera-io:main Feb 21, 2025
21 checks passed
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