-
Notifications
You must be signed in to change notification settings - Fork 49
Fix Typos in Documentation Comments Across Multiple Contracts #1993
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
base: dev
Are you sure you want to change the base?
Conversation
👷 Deploy request for kleros-v2-testnet pending review.Visit the deploys page to approve it
|
👷 Deploy request for kleros-v2-university pending review.Visit the deploys page to approve it
|
👷 Deploy request for kleros-v2-testnet-devtools pending review.Visit the deploys page to approve it
|
👷 Deploy request for kleros-v2-neo pending review.Visit the deploys page to approve it
|
WalkthroughThis update corrects typographical errors in NatSpec comments across several Solidity contract interfaces and implementations. No functional, logical, or structural code changes have been made; only documentation comments were updated to fix spelling mistakes. Changes
Suggested labels
Suggested reviewers
Poem
Tip ⚡️ Faster reviews with caching
Enjoy the performance boost—your workflow just got faster. 📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (3)
🔇 Additional comments (3)
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Code Climate has analyzed commit 1899e62 and detected 0 issues on this pull request. View more on Code Climate. |
Description:
This pull request corrects several typographical errors in the documentation comments of the following Solidity contracts:
IEvidence.sol
: Fixed the word "responsability" to "responsibility".IEvidenceV1.sol
: Fixed the word "submiting" to "submitting".WrappedPinakion.sol
: Fixed the word "tranfer" to "transfer".These changes improve the clarity and professionalism of the code documentation. No functional code was modified.
PR-Codex overview
This PR focuses on correcting typos in the documentation comments across multiple Solidity files in the Kleros contracts.
Detailed summary
WrappedPinakion.sol
, changed "tranfer" to "transfer" in thetransfer
function documentation.IEvidenceV1.sol
, changed "submiting" to "submitting" in the event documentation.IEvidence.sol
, changed "responsability" to "responsibility" and "submiting" to "submitting" in the event documentation.Summary by CodeRabbit