Skip to content

Commit

Permalink
Typo in blocking rules
Browse files Browse the repository at this point in the history
  • Loading branch information
b-d-e authored Feb 13, 2025
1 parent 4b28af6 commit fa3bd5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/topic_guides/blocking/blocking_rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ tags:

# What are Blocking Rules?

The primary driver the run time of Splink is the number of record pairs that the Splink model has to process. This is controlled by the blocking rules.
The primary driver of Splink's run time is the number of record pairs that the Splink model has to process. This is controlled by the blocking rules.

This guide explains what blocking rules are, and how they can be used.

Expand Down Expand Up @@ -140,4 +140,4 @@ It is possible to use more complex blocking rules that use non-equijoin conditio
l.first_name and r.first_name and levenshtein(l.surname, r.surname) < 3
```

However, this will not be executed very efficiently, for reasons described in [this](performance.md) page.
However, this will not be executed very efficiently, for reasons described in [this](performance.md) page.

0 comments on commit fa3bd5e

Please sign in to comment.