Skip to content

Commit

Permalink
Update markets/perps-market/contracts/storage/AsyncOrder.sol
Browse files Browse the repository at this point in the history
Co-authored-by: troy (troyb.eth) <[email protected]>
  • Loading branch information
leomassazza and Tburm authored Jul 18, 2023
1 parent 448e248 commit 14707f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion markets/perps-market/contracts/storage/AsyncOrder.sol
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ library AsyncOrder {
*/
uint128 accountId;
/**
* @dev Order size delta (of asset units expresed in decimal 18 digits). It can be positive or negative.
* @dev Order size delta (of asset units expressed in decimal 18 digits). It can be positive or negative.
*/
int128 sizeDelta;
/**
Expand Down

0 comments on commit 14707f0

Please sign in to comment.