fix that/than typo (#1609)

This commit is contained in:
Thomas Grainger 2020-09-21 17:56:26 +01:00 committed by GitHub
parent 8bd1c6510d
commit bee915cef5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1418,7 +1418,7 @@ aspects: protocols don't require explicit declaration of implementation
default implementations of members and store state.
Make protocols special objects at runtime rather that normal ABCs
Make protocols special objects at runtime rather than normal ABCs
-----------------------------------------------------------------
Making protocols non-ABCs will make the backwards compatibility problematic