summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@gmail.com>2011-09-23 20:22:39 -0400
committerTavian Barnes <tavianator@gmail.com>2011-09-23 20:22:39 -0400
commitff8999ebcfa0b358e56e9028d26562c59881dfad (patch)
tree3ce93969df7781ef8c6d72f9166996c99a009e7c
parentd40ea6f9615872cc1cfa8a764671c4e02a609823 (diff)
downloaddimension-ff8999ebcfa0b358e56e9028d26562c59881dfad.tar.xz
Correct pattern documentation.
-rw-r--r--libdimension/dimension/pattern.h2
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.