Skip to content

Commit e912af9

Browse files
authored
Merge pull request #10484 from Michael-K-Stein/patch-2
Fix incorrect enum value name in extended documentation.
2 parents 88748e1 + cbadb17 commit e912af9

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)