Skip to content

Commit d9fe4d2

Browse files
author
Itai Ferber
committed
Clarify the meaning of 'complete'
1 parent bf4a75b commit d9fe4d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Docs/Status.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ As Foundation is a work in progress, not all methods and functionality are prese
1313
* _Unimplemented_: This entity exists, but all functions and methods are `NSUnimplemented()`
1414
* _Incomplete_: Implementation of this entity has begun, but critical sections have been left `NSUnimplemented()`
1515
* _Mostly Complete_: All critical sections of this entity have been implemented, but some methods might remain `NSUnimplemented()`
16-
* _Complete_: All functionality is implemented
16+
* _Complete_: No methods are left `NSUnimplemented()` (though this is not a guarantee that work is complete -- there may be methods that need overriding or extra work)
1717

1818
##### Test Coverage
1919
* _N/A_: This entity is internal and public tests are inappropriate, or it is an entity for which testing does not make sense

0 commit comments

Comments
 (0)