Skip to content

Commit cbadb17

Browse files
Fix incorrect enum value name in extended documentation.
Seems that the line was copy-pasted from the one above and the word was missed
1 parent dacf989 commit cbadb17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/debugger/debug-interface-access/cv-modifier-e.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ typedef enum CV_modifier_e
5757
| ------------ | ---------------------------- |
5858
| `CV_MOD_INVALID` | Invalid modifier (unused) |
5959
| `CV_MOD_CONST` | C++ `const` |
60-
| `CV_MOD_CONST` | C++ `volatile` |
60+
| `CV_MOD_VOLATILE` | C++ `volatile` |
6161
| `CV_MOD_HLSL_UNIFORM` | HLSL uniform |
6262
| `CV_MOD_HLSL_LINE` | HLSL line |
6363
| `CV_MOD_HLSL_TRIANGLE` | HLSL triangle |

0 commit comments

Comments
 (0)