Skip to content

Commit ae373c6

Browse files
Apply suggestion from @BillWagner
Co-authored-by: Bill Wagner <[email protected]>
1 parent 005c6a2 commit ae373c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/csharp/language-reference/unsafe-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Common pointer types:
7070

7171
- `int* p`: pointer to `int`
7272
- `int** p`: pointer to pointer to `int`
73-
- `int*[] p`: array of `int` pointers
73+
- `int*[] p`: array of pointers to `int`
7474
- `char* p`: pointer to `char`
7575
- `void* p`: pointer to unknown type
7676

0 commit comments

Comments
 (0)