1
0
Fork 0
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:
Jakub Vrana 2013-06-28 09:40:00 -07:00
parent 5cf7258577
commit 0529acd05b

View file

@ -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;