update comments in source

This commit is contained in:
apenn-msft 2025-02-03 17:29:01 -05:00 committed by GitHub
parent 8eb3205aab
commit 5a66c65d09
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -69,7 +69,7 @@ namespace gsl
// index type for all container indexes/subscripts/sizes
using index = std::ptrdiff_t;
// final_action allows you to ensure something gets run at the end of a scope
// final_action allows you to ensure non-throwing code is executed at the end of a scope.
template <class F>
class final_action
{