Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Integer floor and prefix index from Jaro distance #183

Merged
merged 2 commits into from
Mar 16, 2024

Conversation

Maumagnaguagno
Copy link
Contributor

The variable length2 is an Integer, call to floor returns self.
The variables i and prefix_bonus are equally incremented, no need to keep the i variable.

The variable ``length2`` is an Integer, call to floor returns self.
The variables ``i`` and ``prefix_bonus`` are equally incremented, no need to keep the ``i`` variable.
@yuki24 yuki24 merged commit 9756261 into ruby:master Mar 16, 2024
13 checks passed
@yuki24
Copy link
Member

yuki24 commented Mar 16, 2024

Thanks!

@Maumagnaguagno Maumagnaguagno deleted the patch-1 branch March 16, 2024 18:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants