File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -9192,7 +9192,7 @@ Declaration rules:
91929192* [ES.21: Don't introduce a variable (or constant) before you need to use it](#Res-introduce)
91939193* [ES.22: Don't declare a variable until you have a value to initialize it with](#Res-init)
91949194* [ES.23: Prefer the `{}`-initializer syntax](#Res-list)
9195- * [ES.24: Use a `unique_ptr<T>` to hold pointers in code that may throw ](#Res-unique)
9195+ * [ES.24: Use a `unique_ptr<T>` to hold pointers](#Res-unique)
91969196* [ES.25: Declare an object `const` or `constexpr` unless you want to modify its value later on](#Res-const)
91979197* [ES.26: Don't use a variable for two unrelated purposes](#Res-recycle)
91989198* [ES.27: Use `std::array` or `stack_array` for arrays on the stack](#Res-stack)
You can’t perform that action at this time.
0 commit comments