Skip to content

Commit 3985fb8

Browse files
committed
Span: Fix documentation error.
1 parent 1f00336 commit 3985fb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform/Span.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ struct Span {
7373
* @param array_ptr Pointer to the array data
7474
* @param array_size Number of elements of T present in the array.
7575
*
76-
* @post a call to size() will return array_size and data() will return
76+
* @post a call to size() will return Extent and data() will return
7777
* @p array_ptr.
7878
*/
7979
Span(T *array_ptr, size_t array_size) :

0 commit comments

Comments
 (0)