docs: Improve doc

--- don't change below this line ---
ENG-4306 Took 4 minutes
This commit is contained in:
Diana Carvalho
2025-04-08 09:35:33 +01:00
parent 8b4b79b353
commit 6fd0ab54c1

View File

@@ -161,7 +161,9 @@ impl TychoEncoder for TychoRouterEncoder {
/// Represents an encoder for one swap to be executed directly against an Executor. This is useful /// Represents an encoder for one swap to be executed directly against an Executor. This is useful
/// when you want to bypass the Tycho Router, use your own Router contract and just need the /// when you want to bypass the Tycho Router, use your own Router contract and just need the
/// calldata for a particular swap. # Fields /// calldata for a particular swap.
///
/// # Fields
/// * `swap_encoder_registry`: Registry of swap encoders /// * `swap_encoder_registry`: Registry of swap encoders
/// * `native_address`: Address of the chain's native token /// * `native_address`: Address of the chain's native token
pub struct TychoExecutorEncoder { pub struct TychoExecutorEncoder {