-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
docs: correct Continous
spelling to Continuous
#22880
Conversation
📝 WalkthroughWalkthroughThe pull request focuses on correcting spelling in the Changes
Note: No sequence diagram is generated as these are purely naming corrections without changes to the underlying functionality. Tip CodeRabbit's docstrings feature is now available as part of our Early Access Program! Simply use the command 📜 Recent review detailsConfiguration used: .coderabbit.yml 📒 Files selected for processing (1)
🧰 Additional context used📓 Path-based instructions (1)x/accounts/defaults/lockup/continuous_locking_account_test.go (2)Pattern Pattern 🔇 Additional comments (7)x/accounts/defaults/lockup/continuous_locking_account_test.go (7)
The helper function has been properly renamed from "setupContinousAccount" to "setupContinuousAccount". The function follows Go test helper best practices with
The test function has been properly renamed from "TestContinousAccountDelegate" to "TestContinuousAccountDelegate". The helper function call has also been updated consistently. Also applies to: 42-42
The test function has been properly renamed from "TestContinousAccountUndelegate" to "TestContinuousAccountUndelegate". The helper function call has also been updated consistently. Also applies to: 84-84
The test function has been properly renamed from "TestContinousAccountSendCoins" to "TestContinuousAccountSendCoins". The helper function call has also been updated consistently. Also applies to: 155-155
The test function has been properly renamed from "TestContinousAccountWithdrawUnlockedCoins" to "TestContinuousAccountWithdrawUnlockedCoins". The helper function call has also been updated consistently. Also applies to: 185-185 Line range hint All instances of "Continous" have been properly corrected to "Continuous" throughout the test file. The changes are purely cosmetic and maintain:
The test function has been properly renamed from "TestContinousAccountGetLockCoinInfo" to "TestContinuousAccountGetLockCoinInfo". The helper function call has also been updated consistently. Let's verify that all references to the old spelling have been updated: Also applies to: 215-215 ✅ Verification successfulLet's verify both spellings to ensure we have a complete picture of the changes. LGTM: All references to the test function have been updated correctly The search results confirm that there are no remaining instances of the misspelled "Continous" in the codebase. The test function rename from "TestContinousAccountGetLockCoinInfo" to "TestContinuousAccountGetLockCoinInfo" is consistent with the rest of the codebase, which uses the correct spelling "Continuous" throughout. 🏁 Scripts executedThe following scripts were executed for the analysis: Script: #!/bin/bash
# Search for any remaining instances of "Continous" in the codebase
rg "Continous" --type go
Length of output: 24 Script: #!/bin/bash
# Search for any remaining instances of "Continous" with case-insensitive flag
rg -i "continous" --type go
# Also search for the correct spelling to verify the rename
rg -i "continuous" --type go
Length of output: 74009 Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 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
Documentation and Community
|
(cherry picked from commit 5761530)
…22882) Co-authored-by: lilasxie <[email protected]>
Summary by CodeRabbit