Skip to content

Commit db259fc

Browse files
committed
fix typo in phpdoc
1 parent 1da5da2 commit db259fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/jblond/Diff.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ public function render(object $renderer)
186186
* End of the range is defined by the second parameter.
187187
*
188188
* If the arguments for both parameters are omitted, the entire array will be returned.
189-
* If the argument for the second parameter is ommitted, the element defined as start will be returned.
189+
* If the argument for the second parameter is omitted, the element defined as start will be returned.
190190
*
191191
* @param array $array The source array.
192192
* @param int $start The first element of the range to get.

0 commit comments

Comments
 (0)