Skip to content

Commit 85eabe7

Browse files
mingwatchryanio
andauthored
Update contracts/conduit/ConduitController.sol
Co-authored-by: Ryan Ghods <[email protected]>
1 parent f0b43ff commit 85eabe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/conduit/ConduitController.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ contract ConduitController is ConduitControllerInterface {
155155
// Set a previously open channel as closed via "swap & pop" method.
156156
// Decrement located index to get the index of the closed channel.
157157
uint256 removedChannelIndex;
158-
// channelPreviouslyOpen already make sure channelIndexPlusOne > 0
158+
// channelPreviouslyOpen already ensures channelIndexPlusOne > 0
159159
unchecked {
160160
removedChannelIndex = channelIndexPlusOne - 1;
161161
}

0 commit comments

Comments
 (0)