Skip to content

Commit

Permalink
Corrected typos
Browse files Browse the repository at this point in the history
Typos + removed research remark
  • Loading branch information
pjljvandelaar authored Jun 10, 2022
1 parent a6990d1 commit 6784214
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,8 @@ We want to improve this behaviour soon. See https://github.com/TNO/Renaissance-A
A find pattern might contain multiple different placeholders.

A find pattern might contain the same placeholder multiple times.
This add a constraint to the find process:
A match will only be found when all occurrence of the same placeholder are identical.
Note that universities are still researching what the best definition of identical is.
This adds a constraint to the find process:
A match will only be found when all occurrences of the same placeholder are identical.
In analogy with [Regular Expressions](https://en.wikipedia.org/wiki/Regular_expression),
the term backreference is used to denote a placeholder that reoccurs.

Expand Down

0 comments on commit 6784214

Please sign in to comment.