diff options
author | Tavian Barnes <tavianator@gmail.com> | 2011-09-23 20:22:39 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2011-09-23 20:22:39 -0400 |
commit | ff8999ebcfa0b358e56e9028d26562c59881dfad (patch) | |
tree | 3ce93969df7781ef8c6d72f9166996c99a009e7c /libdimension/dimension | |
parent | d40ea6f9615872cc1cfa8a764671c4e02a609823 (diff) | |
download | dimension-ff8999ebcfa0b358e56e9028d26562c59881dfad.tar.xz |
Correct pattern documentation.
Diffstat (limited to 'libdimension/dimension')
-rw-r--r-- | libdimension/dimension/pattern.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdimension/dimension/pattern.h b/libdimension/dimension/pattern.h index 41152b8..3854894 100644 --- a/libdimension/dimension/pattern.h +++ b/libdimension/dimension/pattern.h @@ -58,7 +58,7 @@ dmnsn_pattern *dmnsn_new_pattern(void); void dmnsn_delete_pattern(dmnsn_pattern *pattern); /** - * Invoke the pattern callback with the right transformation. + * Invoke the pattern callback. * @param[in] pattern The pattern to evaluate. * @param[in] v The point to get the pattern value for. * @return The value of the pattern at \p v. |