Span: Fix documentation error.

pull/7828/head
Vincent Coubard 2018-08-20 12:00:20 +01:00
parent 1f00336c7e
commit 3985fb8d62
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ struct Span {
* @param array_ptr Pointer to the array data
* @param array_size Number of elements of T present in the array.
*
* @post a call to size() will return array_size and data() will return
* @post a call to size() will return Extent and data() will return
* @p array_ptr.
*/
Span(T *array_ptr, size_t array_size) :