Skip to content

Commit c216e1f

Browse files
authored
Docs: improve comments of the FirebaseDatabase (#13785)
1 parent 2a56375 commit c216e1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseDatabase/Tests/Unit/FTreeSortedDictionaryTests.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ - (void)testIncreasing {
173173

174174
XCTAssertTrue([map count] == 0, @"Check if all 100 objects were removed");
175175
// We can't check the depth here because the map no longer contains values, so we check that it
176-
// doesn't responsd to this check
176+
// doesn't responds to this check
177177
XCTAssertTrue([map.root isMemberOfClass:[FLLRBEmptyNode class]], @"Root is an empty node");
178178
XCTAssertFalse([map respondsToSelector:@selector(checkMaxDepth)],
179179
@"The empty node doesn't respond to this selector.");

0 commit comments

Comments
 (0)
close