Skip to content

Commit 8f11cb1

Browse files
committed
Fix a typo
Signed-off-by: Jack Cherng <[email protected]>
1 parent 54351a6 commit 8f11cb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Diff.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ public function setOptions(array $options): self
136136
}
137137

138138
/**
139-
* Get a range of lines from $start to $end from the second comparison string
139+
* Get a range of lines from $start to $end from the first comparison string
140140
* and return them as an array. If no values are supplied, the entire string
141141
* is returned. It's also possible to specify just one line to return only
142142
* that line.

0 commit comments

Comments
 (0)