diff --git a/docs/lib3x-swap.md b/docs/lib3x-swap.md index 1618459b..b9577dcb 100644 --- a/docs/lib3x-swap.md +++ b/docs/lib3x-swap.md @@ -7,7 +7,7 @@ Swaps two elements in a list. ## Parameters - `lt` : The list. -- `i` : The index of an element. +- `i` : The index of one element. - `j` : The index of the other element ## Examples