We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a053222 commit 2923d72Copy full SHA for 2923d72
README.md
@@ -51,7 +51,7 @@ $result = $solver->solve($stringA, $stringB);
51
```php
52
use Triun\LongestCommonSubstring\Solver;
53
54
-$solver = new Solver();
+$matchSolver = new MatchesSolver();
55
56
$stringA = '0123456789ABCDEF0123456789ABCDEF0123456789ABCDEF0123456789ABCDEF';
57
$stringB = '56789AB56789ABCDE56789ABCDE56789AB56789A123456789A';
0 commit comments