summaryrefslogtreecommitdiffstats
path: root/zix/sorted_array.h
diff options
context:
space:
mode:
Diffstat (limited to 'zix/sorted_array.h')
-rw-r--r--zix/sorted_array.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/zix/sorted_array.h b/zix/sorted_array.h
index 06177dd..8a846ec 100644
--- a/zix/sorted_array.h
+++ b/zix/sorted_array.h
@@ -37,7 +37,7 @@ extern "C" {
typedef struct ZixSortedArrayImpl ZixSortedArray;
/**
- An iterator over a @ref ZixSortedArray.
+ An iterator over a ZixSortedArray.
*/
typedef void* ZixSortedArrayIter;