diff options
| author | Tyge Løvset <[email protected]> | 2021-01-04 09:50:46 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-01-04 09:50:46 +0100 |
| commit | 9d5722854fb188e26181bae65844ae4b9dce3ee7 (patch) | |
| tree | c310164eada0194f482fc74c16272497e91ce679 /docs/cmap_api.md | |
| parent | dbe09d5538aad4ddacd114e1f61765a5d56c6458 (diff) | |
| download | STC-modified-9d5722854fb188e26181bae65844ae4b9dce3ee7.tar.gz STC-modified-9d5722854fb188e26181bae65844ae4b9dce3ee7.zip | |
Update cmap_api.md
Diffstat (limited to 'docs/cmap_api.md')
| -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> |
