diff options
Diffstat (limited to 'src/vector.h')
| -rw-r--r-- | src/vector.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/vector.h b/src/vector.h index 7deb8d3..eaca5f8 100644 --- a/src/vector.h +++ b/src/vector.h @@ -84,8 +84,7 @@ Vector *vector_new(void); /** * @brief Deallocates the given vector. * - * @param v Pointer to the vector to delete. If NULL, this function - * does nothing. + * @param v Pointer to the vector to delete. * * @note This function deallocates only the vector structure, not the * data it contains. The caller retains ownership of the data. |