Skip to content

Commit 7b461b4

Browse files
authored
Merge pull request #394 from MicrosoftDocs/mikeblome-patch-2
fixed typo per user feedback
2 parents b65f93b + 98cbdc5 commit 7b461b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/debugger/format-specifiers-in-cpp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,9 @@ int main() {
136136
|**mq**|2 quadwords|0x0012ffac|0x0012ffac 7ffdf00000000000 5f441a790012fdd4|
137137
|**mu**|2-byte characters (Unicode)|0x0012ffac|0x0012ffac 8478 77f4 ffff ffff 0000 0000 0000 0000|
138138

139-
### <a name="BKMK_Size_specifier_for_pointers_as_arrays_in_interop_debugging_and_C___edit_and_continue"></a> Size specifier for pointers as arrays in interop debugging with C++/CLIt
139+
### <a name="BKMK_Size_specifier_for_pointers_as_arrays_in_interop_debugging_and_C___edit_and_continue"></a> Size specifier for pointers as arrays in interop debugging with C++/CLI
140140
If you have a pointer to an object you want to view as an array, you can use an integer to specify the number of array elements:
141141

142142
|Specifier|Format|Expression|Value Displayed|
143143
|---------------|------------|----------------|---------------------|
144-
|n|Decimal integer|pBuffer[32]|Displays `pBuffer` as a 32 element array.|
144+
|n|Decimal integer|pBuffer[32]|Displays `pBuffer` as a 32 element array.|

0 commit comments

Comments
 (0)