1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

[skip ci] Fix duplicate words typos (GH-20800)

This commit is contained in:
Weilin Du
2025-12-31 09:22:09 +08:00
committed by GitHub
parent bc15a0dd4c
commit 4f793ba1c3
9 changed files with 13 additions and 13 deletions

View File

@@ -124,7 +124,7 @@ function insertOutput(string $phpt, string $out): string {
}
/**
* Implementation of the the Myers diff algorithm.
* Implementation of the Myers diff algorithm.
*
* Myers, Eugene W. "An O (ND) difference algorithm and its variations."
* Algorithmica 1.1 (1986): 251-266.