From 782a726dffc32c459997190c59d83622ed0518cd Mon Sep 17 00:00:00 2001 From: Leonardo Massazza Date: Thu, 6 Jul 2023 13:46:32 -0300 Subject: [PATCH] fix doc naming --- markets/perps-market/contracts/interfaces/IAsyncOrderModule.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/markets/perps-market/contracts/interfaces/IAsyncOrderModule.sol b/markets/perps-market/contracts/interfaces/IAsyncOrderModule.sol index a28737997a..a3478f0d8f 100644 --- a/markets/perps-market/contracts/interfaces/IAsyncOrderModule.sol +++ b/markets/perps-market/contracts/interfaces/IAsyncOrderModule.sol @@ -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,