fix typo in readme

This commit is contained in:
Esteban Gehring 2020-08-24 15:17:30 +02:00 committed by GitHub
parent 6aa755e9ce
commit 81957f6f91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,7 +56,7 @@ dyn_array | ☐ | a heap-allocated array
[**3. Assertions**][cg-assertions] | | [**3. Assertions**][cg-assertions] | |
Expects | ☑ | a precondition assertion; on failure it terminates Expects | ☑ | a precondition assertion; on failure it terminates
Ensures | ☑ | a postcondition assertion; on failure it terminates Ensures | ☑ | a postcondition assertion; on failure it terminates
[**4. Utitilies**][cg-utilities] | | [**4. Utilities**][cg-utilities] | |
move_owner | ☐ | a helper function that moves one `owner` to the other move_owner | ☐ | a helper function that moves one `owner` to the other
byte | ☑ | either an alias to std::byte or a byte type byte | ☑ | either an alias to std::byte or a byte type
final_action | ☑ | a RAII style class that invokes a functor on its destruction final_action | ☑ | a RAII style class that invokes a functor on its destruction