diff options
| author | Jordan Maples [MSFT] <49793787+JordanMaples@users.noreply.github.com> | 2020-08-24 09:27:02 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-24 09:27:02 -0700 |
| commit | b6451c5db078e0c6445471e3d34c47404f3c6b5a (patch) | |
| tree | 8e95ce41cdfffee2d0605f95cc6aa02a2c27a6ae | |
| parent | 6aa755e9ce66a389b00bc6b591ce24541650d9f1 (diff) | |
| parent | 81957f6f91706197e23fddb24b30f3d5479f9c1a (diff) | |
| download | platform_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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
