Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Typo fix in README #27

Merged
merged 1 commit into from
May 13, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ The algorithm goes like this:

1. If they are the same, the tables are considered equal. Stop.

2. If their size is below the threshold, diff them locallly and print the results.
2. If their size is below the threshold, diff them locally and print the results.

3. Else: (they are different and above the threshold)

Expand Down