From 5a12d2c6bc2620792a7ce95e6fc4802b67c3e8d6 Mon Sep 17 00:00:00 2001 From: duyhung2201 <38713108+duyhung2201@users.noreply.github.com> Date: Mon, 5 Jul 2021 14:23:18 +0700 Subject: [PATCH] Fix: spelling correction Correct the spelling fault. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f580e2..f2662e9 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ Then call method `swap` or `swapWithReferral` (see methods section) with param ` Swap may be customized by flags (see flags section). There are 2 types of swap: direct swap and swap over transitional token. -In case of direct swap each element of `distribution` array matches element of `splitExchanges` and represents fraction of trading off token as alerady described above. +In case of direct swap each element of `distribution` array matches element of `splitExchanges` and represents fraction of trading off token as already described above. In case of swap with transitional token each element of `distribution` (256 bits) matches 2 swaps: second bytes are equal to swap to transitional token, lowest bytes are equal to swap to the desired token.