docs icon indicating copy to clipboard operation
docs copied to clipboard

Fix parameter typo in comment in Multihop Swaps doc

Open paul-leydier opened this issue 2 years ago • 1 comments

Hi everyone, I think there might be a typo in the Multihop Swaps - Calling the function example.

        // The format for pool encoding is (tokenIn, fee, tokenOut/tokenIn, fee, tokenOut) where tokenIn/tokenOut parameter is the shared token across the pools.

If I'm not mistaken, tokenIn/tokenOut should be replaced by tokenOut/tokenIn to be coherent with the early part of the comment.

paul-leydier avatar Apr 30 '23 22:04 paul-leydier