aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEsteban Gehring <esteban.gehring@gmail.com>2020-08-24 15:17:30 +0200
committerGitHub <noreply@github.com>2020-08-24 15:17:30 +0200
commit81957f6f91706197e23fddb24b30f3d5479f9c1a (patch)
tree8e95ce41cdfffee2d0605f95cc6aa02a2c27a6ae
parent6aa755e9ce66a389b00bc6b591ce24541650d9f1 (diff)
downloadplatform_external_Microsoft-GSL-81957f6f91706197e23fddb24b30f3d5479f9c1a.tar.gz
platform_external_Microsoft-GSL-81957f6f91706197e23fddb24b30f3d5479f9c1a.tar.bz2
platform_external_Microsoft-GSL-81957f6f91706197e23fddb24b30f3d5479f9c1a.zip
fix typo in readme
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 54b3fb5..8f5edf8 100644
--- a/README.md
+++ b/README.md
@@ -56,7 +56,7 @@ dyn_array | &#x2610; | a heap-allocated array
[**3. Assertions**][cg-assertions] | |
Expects | &#x2611; | a precondition assertion; on failure it terminates
Ensures | &#x2611; | a postcondition assertion; on failure it terminates
-[**4. Utitilies**][cg-utilities] | |
+[**4. Utilities**][cg-utilities] | |
move_owner | &#x2610; | a helper function that moves one `owner` to the other
byte | &#x2611; | either an alias to std::byte or a byte type
final_action | &#x2611; | a RAII style class that invokes a functor on its destruction