From 0816649c01158a99f6b9677848ac584bae6d8d84 Mon Sep 17 00:00:00 2001 From: Federico Zanetello Date: Sun, 5 Apr 2020 13:33:14 +0700 Subject: [PATCH] Fix table header typo 'statues' -> 'status' --- Docs/Status.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/Status.md b/Docs/Status.md index 6e55c9e83e..ce1f70e2ca 100644 --- a/Docs/Status.md +++ b/Docs/Status.md @@ -263,7 +263,7 @@ There is no _Complete_ status for test coverage because there are always additio * **UserDefaults**: A mechanism for storing values to persist as user settings and local. - | Entity Name | Statues | Test Coverage | Notes | + | Entity Name | Status | Test Coverage | Notes | |----------------|-----------------|---------------|-------------------------------------------------------------------------------------------------------------------------------| | `UserDefaults` | Incomplete | Incomplete | domain support, and forced objects remain unimplemented. | | `NSLocale` | Complete | Incomplete | Only unit test asserts locale key constant names |