File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1121,10 +1121,10 @@ class array_t : public array {
1121
1121
1122
1122
/* *
1123
1123
* Returns a proxy object that provides const access to the array's data without bounds or
1124
- * dimensionality checking. Unlike `unchecked ()`, this does not require that the underlying
1125
- * array have the `writable` flag. Use with care: the array must not be destroyed or reshaped
1126
- * for the duration of the returned object, and the caller must take care not to access invalid
1127
- * dimensions or dimension indices.
1124
+ * dimensionality checking. Unlike `mutable_unchecked ()`, this does not require that the
1125
+ * underlying array have the `writable` flag. Use with care: the array must not be destroyed
1126
+ * or reshaped for the duration of the returned object, and the caller must take care not to
1127
+ * access invalid dimensions or dimension indices.
1128
1128
*/
1129
1129
template <ssize_t Dims = -1 >
1130
1130
detail::unchecked_reference<T, Dims> unchecked () const & {
You can’t perform that action at this time.
0 commit comments