-
Notifications
You must be signed in to change notification settings - Fork 49
Fix typo in SafeERC20.sol - "Recepient" to "Recipient" #1960
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-testnet-devtools 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-neo pending review.Visit the deploys page to approve it
|
WalkthroughThis update corrects a typographical error in the NatSpec documentation comments within the Changes
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🔇 Additional comments (2)
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:
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 f7af3d2 and detected 0 issues on this pull request. View more on Code Climate. |
Description:
This PR fixes a spelling error in the comments of SafeERC20.sol library where "Recepient" was incorrectly spelled. Changed to the correct spelling "Recipient" in two locations:
This is a documentation-only change that improves code readability and maintains consistent terminology.
PR-Codex overview
This PR focuses on correcting a typo in the documentation comments of the
safeTransfer
andsafeTransferFrom
functions within theSafeERC20
library.Detailed summary
_to
parameter insafeTransfer
from "Recepient" to "Recipient"._to
parameter insafeTransferFrom
from "Recepient" to "Recipient".Summary by CodeRabbit