From 8b182ca74e7773989ec75cf76f20a098f4f87d72 Mon Sep 17 00:00:00 2001 From: Seyed Mojtaba Hosseini Zeidabadi Date: Tue, 1 Oct 2024 12:05:24 +0330 Subject: [PATCH] docs: fix a typo in a comment --- FirebaseDatabase/Tests/Unit/FTreeSortedDictionaryTests.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FirebaseDatabase/Tests/Unit/FTreeSortedDictionaryTests.m b/FirebaseDatabase/Tests/Unit/FTreeSortedDictionaryTests.m index fe3b0babded..138ac3a1fb6 100644 --- a/FirebaseDatabase/Tests/Unit/FTreeSortedDictionaryTests.m +++ b/FirebaseDatabase/Tests/Unit/FTreeSortedDictionaryTests.m @@ -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.");