Commit 1c8a9f59 authored by clabby's avatar clabby Committed by GitHub

Update packages/contracts-bedrock/contracts/dispute/lib/LibPosition.sol

Co-authored-by: default avatarrefcell.eth <abigger87@gmail.com>
parent 62efabbf
......@@ -124,7 +124,7 @@ library LibPosition {
* 1. `_position + 1` if `_isAttack` is true.
* 1. `_position` if `_isAttack` is false.
* @param _position The position to get the relative attack/defense position of.
* @param _isAttack Whether or not the move is a defense move.
* @param _isAttack Whether or not the move is an attack move.
* @return move_ The move position relative to `position`.
*/
function move(Position _position, bool _isAttack) internal pure returns (Position move_) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment