Merge pull request #920 from macjohnny/patch-1

fix typo in readme
This commit is contained in:
Jordan Maples [MSFT] 2020-08-24 09:27:02 -07:00 committed by GitHub
commit b6451c5db0
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] | |
Expects | ☑ | a precondition 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
byte | ☑ | either an alias to std::byte or a byte type
final_action | ☑ | a RAII style class that invokes a functor on its destruction