From 81957f6f91706197e23fddb24b30f3d5479f9c1a Mon Sep 17 00:00:00 2001 From: Esteban Gehring Date: Mon, 24 Aug 2020 15:17:30 +0200 Subject: [PATCH] fix typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 54b3fb5..8f5edf8 100644 --- a/README.md +++ b/README.md @@ -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