Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(translator): fix problem with the input length (#262)
This commit fix the problem of panick when the input contains only one character and this character has a length >= 2. The solution consisted to count the number of characters present in the input instead of the input length.
- Loading branch information