diff options
| -rw-r--r-- | docs/cmap_api.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cmap_api.md b/docs/cmap_api.md index 7068bad2..9aea71ac 100644 --- a/docs/cmap_api.md +++ b/docs/cmap_api.md @@ -242,7 +242,7 @@ Output: ``` ### Example 4 -Inverse: demonstrate cmap with mapped POD type Vec3f: cmap<int, Vec3f>: +Inverse: demonstrate cmap with mapped POD type Vec3i: cmap<int, Vec3i>: ```c #include "stc/cmap.h" #include <stdio.h> |
