Skip to content

Commit

Permalink
Docs: improve comments of the FirebaseDatabase (#13785)
Browse files Browse the repository at this point in the history
  • Loading branch information
MojtabaHs authored Oct 3, 2024
1 parent 2a56375 commit c216e1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FirebaseDatabase/Tests/Unit/FTreeSortedDictionaryTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ - (void)testIncreasing {

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

0 comments on commit c216e1f

Please sign in to comment.