From 986199d5a300ff303a1af9ae1439bcf53f2cfff6 Mon Sep 17 00:00:00 2001 From: Josep Sayol Date: Thu, 29 Jun 2017 18:56:39 +0200 Subject: Fix comment in FPruneForest (#111) --- Firebase/Database/Persistence/FPruneForest.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Firebase/Database') diff --git a/Firebase/Database/Persistence/FPruneForest.m b/Firebase/Database/Persistence/FPruneForest.m index 3dae6d8..ae5ce91 100644 --- a/Firebase/Database/Persistence/FPruneForest.m +++ b/Firebase/Database/Persistence/FPruneForest.m @@ -149,7 +149,7 @@ static BOOL (^kFKeepPredicate)(id) = ^BOOL(NSNumber *pruneValue) { [NSException raise:NSInvalidArgumentException format:@"Can't prune path that was kept previously!"]; } if ([self.pruneForest rootMostValueOnPath:path matching:kFPrunePredicate]) { - // This path will already be kept + // This path will already be pruned return self; } else { return [self setPruneValue:[FPruneForest pruneTree] forAll:children atPath:path]; -- cgit v1.2.3