From 49a7ce46290c1d2f311b4ef60d9599e27c5040f2 Mon Sep 17 00:00:00 2001 From: Ian Partridge Date: Tue, 7 Mar 2017 15:28:27 +0000 Subject: [PATCH] Update ByteCountFormatter status --- Docs/Status.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/Status.md b/Docs/Status.md index fb997f8881..cfcd7f9957 100644 --- a/Docs/Status.md +++ b/Docs/Status.md @@ -100,7 +100,7 @@ There is no _Complete_ status for test coverage because there are always additio | `MassFormatter` | Unimplemented | None | | | `NumberFormatter` | Mostly Complete | Substantial | `objectValue(_:range:)` remains unimplemented | | `PersonNameComponentsFormatter` | Unimplemented | None | | - | `ByteCountFormatter` | Unimplemented | Incomplete | | + | `ByteCountFormatter` | Mostly Complete | Substantial | `init?(coder:)` remains unimplemented | | `DateFormatter` | Mostly Complete | Incomplete | `objectValue(_:range:)` remain unimplemented | | `Formatter` | Complete | N/A | | | `MeasurementFormatter` | Unimplemented | None | |