Skip to content

Commit

Permalink
Merge pull request #920 from macjohnny/patch-1
Browse files Browse the repository at this point in the history
fix typo in readme
  • Loading branch information
JordanMaples authored Aug 24, 2020
2 parents 6aa755e + 81957f6 commit b6451c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b6451c5

Please sign in to comment.