diff --git a/doc/api/a00242.html b/doc/api/a00242.html
index 3cead978..475acbfd 100644
--- a/doc/api/a00242.html
+++ b/doc/api/a00242.html
@@ -89,7 +89,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
Functions
| template<length_t L, typename T , qualifier Q> |
| GLM_FUNC_DECL vec< L, T, Q > | exp (vec< L, T, Q > const &v) |
-| | Returns the natural exponentiation of x, i.e., e^x. More...
|
+| | Returns the natural exponentiation of v, i.e., e^v. More...
|
| |
| template<length_t L, typename T , qualifier Q> |
| GLM_FUNC_DECL vec< L, T, Q > | exp2 (vec< L, T, Q > const &v) |