Skip to content

Commit

Permalink
fix doc naming
Browse files Browse the repository at this point in the history
  • Loading branch information
leomassazza committed Jul 6, 2023
1 parent ebedfb9 commit 782a726
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ interface IAsyncOrderModule {
* @notice Get async order claim details
* @param accountId id of the account.
* @param marketId Id of the market used for the trade.
* @return asyncOrderClaim claim details (see AsyncOrder.Data struct).
* @return order async order claim details (see AsyncOrder.Data struct).
*/
function getOrder(
uint128 marketId,
Expand Down

0 comments on commit 782a726

Please sign in to comment.