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

Typos #326

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Typos #326

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/bridges/element/MinHeap.sol
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ library MinHeap {

/**
* @dev used to remove a value from the heap
* will remove the first found occurence of the value from the heap, optimised for removal of the minimum value
* will remove the first found occurrence of the value from the heap, optimised for removal of the minimum value
* @param self reference to the underlying data structure of the heap
* @param value the value to be removed
*/
Expand Down
2 changes: 1 addition & 1 deletion src/test/bridges/element/Element.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ contract ElementTest is Test {
1643382476,
1643382514,
1644601070,
//1644604852, commented out becuase these tranches are not used
//1644604852, commented out because these tranches are not used
1650025565,
1651240496,
1651247155,
Expand Down