From 82907f99a217fc36846dd415b007698dbd8fc32a Mon Sep 17 00:00:00 2001 From: Mimyo <32785613+nowizh@users.noreply.github.com> Date: Wed, 28 Dec 2022 14:29:45 +0900 Subject: [PATCH] Update features.rst (#610) `NativeLiquidityFeature` should be `NativeOrdersFeature`. --- docs/architecture/features.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/architecture/features.rst b/docs/architecture/features.rst index eca96de223..bc0ccbf120 100644 --- a/docs/architecture/features.rst +++ b/docs/architecture/features.rst @@ -18,7 +18,7 @@ Below is a catalog of Features. +----------------------------+----------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | MetaTransactionsFeature | Executes Meta-Transactions. | `Code `__; `Usage <../advanced/mtx.html>`__ | +----------------------------+----------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | NativeLiquidityFeature | Functions for native 0x liquidity (see `Orders <../basics/orders.html>`_). | `Code `__; `Usage <../basics/functions.html>`__ | + | NativeOrdersFeature | Functions for native 0x orders (see `Orders <../basics/orders.html>`_). | `Code `__; `Usage <../basics/functions.html>`__ | +----------------------------+----------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | OwnableFeature | An implementation of Ownable that is compatible with the delegate-call proxy pattern. | `Code `__; `Usage <./architecture/proxy.html#ownership>`__ | +----------------------------+----------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+