summaryrefslogtreecommitdiffstats
path: root/slv2/values.h
diff options
context:
space:
mode:
Diffstat (limited to 'slv2/values.h')
-rw-r--r--slv2/values.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/slv2/values.h b/slv2/values.h
index a8381cd..3a46583 100644
--- a/slv2/values.h
+++ b/slv2/values.h
@@ -26,9 +26,9 @@
extern "C" {
#endif
-/** \defgroup strings Collections of strings
+/** \defgroup values Collections of values
*
- * SLV2Values is an ordered collection of strings which is fast for random
+ * SLV2Values is an ordered collection of typed values which is fast for random
* access by index (i.e. a fancy array).
*
* @{