From 6fd0ab54c1de5a3f753b118d83c77c4ba55f3e1b Mon Sep 17 00:00:00 2001 From: Diana Carvalho Date: Tue, 8 Apr 2025 09:35:33 +0100 Subject: [PATCH] docs: Improve doc --- don't change below this line --- ENG-4306 Took 4 minutes --- src/encoding/evm/tycho_encoders.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/encoding/evm/tycho_encoders.rs b/src/encoding/evm/tycho_encoders.rs index 5b7ebb8..6176786 100644 --- a/src/encoding/evm/tycho_encoders.rs +++ b/src/encoding/evm/tycho_encoders.rs @@ -161,7 +161,9 @@ impl TychoEncoder for TychoRouterEncoder { /// 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 -/// calldata for a particular swap. # Fields +/// calldata for a particular swap. +/// +/// # Fields /// * `swap_encoder_registry`: Registry of swap encoders /// * `native_address`: Address of the chain's native token pub struct TychoExecutorEncoder {