-
Notifications
You must be signed in to change notification settings - Fork 0
fix: Fix "outbound" spelling typo #78
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This pull request fixes a spelling typo by correcting "outbount" to "outbound" throughout the codebase. The typo appeared in function names, comments, documentation, and test files related to dual pausable functionality for bridge operations.
- Corrects spelling in function names and modifiers from "outbount" to "outbound"
- Updates comments and documentation to use the correct spelling
- Fixes test function names and assertions to match the corrected spelling
Reviewed Changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
src/bridges/utils/DualPausableUpgradeable.sol |
Corrects function names, modifiers, and comments from "outbount" to "outbound" |
src/bridges/layerZero/IexecLayerZeroBridge.sol |
Updates comment documentation for outbound transfer pause functionality |
test/units/bridges/utils/DualPausableUpgradeable.t.sol |
Fixes function calls and test function names to use correct spelling |
test/units/bridges/layerZero/IexecLayerZeroBridge.t.sol |
Corrects function calls and comments in bridge tests |
docs/soldoc/src/src/bridges/utils/DualPausableUpgradeable.sol/abstract.DualPausableUpgradeable.md |
Updates generated documentation to reflect corrected spelling |
docs/soldoc/src/src/bridges/layerZero/IexecLayerZeroBridge.sol/contract.IexecLayerZeroBridge.md |
Updates generated documentation comments |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #78 +/- ##
=======================================
Coverage 83.78% 83.78%
=======================================
Files 4 4
Lines 111 111
Branches 7 7
=======================================
Hits 93 93
Misses 17 17
Partials 1 1 ☔ View full report in Codecov by Sentry. |
No description provided.