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>`__ | +----------------------------+----------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+