aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJordan Maples [MSFT] <49793787+JordanMaples@users.noreply.github.com>2020-08-24 09:27:02 -0700
committerGitHub <noreply@github.com>2020-08-24 09:27:02 -0700
commitb6451c5db078e0c6445471e3d34c47404f3c6b5a (patch)
tree8e95ce41cdfffee2d0605f95cc6aa02a2c27a6ae
parent6aa755e9ce66a389b00bc6b591ce24541650d9f1 (diff)
parent81957f6f91706197e23fddb24b30f3d5479f9c1a (diff)
downloadplatform_external_Microsoft-GSL-b6451c5db078e0c6445471e3d34c47404f3c6b5a.tar.gz
platform_external_Microsoft-GSL-b6451c5db078e0c6445471e3d34c47404f3c6b5a.tar.bz2
platform_external_Microsoft-GSL-b6451c5db078e0c6445471e3d34c47404f3c6b5a.zip
Merge pull request #920 from macjohnny/patch-1
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