mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-26 08:42:41 +01:00
Fix typo in comment
This commit is contained in:
parent
5cf7258577
commit
0529acd05b
1 changed files with 4 additions and 4 deletions
|
@ -970,10 +970,10 @@ final class DifferentialChangesetParser {
|
|||
// 1: function f() {
|
||||
// 2:
|
||||
// 2: return;
|
||||
// 3:
|
||||
// 3: }
|
||||
// 4:
|
||||
// 4: }
|
||||
// 1:
|
||||
// 1: }
|
||||
// 0:
|
||||
// 0: }
|
||||
//
|
||||
$depths = array();
|
||||
$last_depth = 0;
|
||||
|
|
Loading…
Reference in a new issue