spelling fix
Some checks failed
CI / general_module_workflow_php (push) Has been cancelled

This commit is contained in:
Dennis Eichhorn 2024-11-29 22:57:12 +01:00
parent a480f4712f
commit cb4c61fb5b

View File

@ -64,7 +64,7 @@ class Heap
* *
* @since 1.0.0 * @since 1.0.0
*/ */
public function insort(HeapItemInterface $x, int $lo = 0) : void public function insert(HeapItemInterface $x, int $lo = 0) : void
{ {
$hi = \count($this->nodes); $hi = \count($this->nodes);