Skip to content

Commit 4166bc5

Browse files
RexJaeschkejskeet
authored andcommitted
remove a questionable phrase
1 parent ae140b8 commit 4166bc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

standard/unsafe-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ When one pointer type is converted to another, if the resulting pointer is not c
303303
>
304304
> *end example*
305305
306-
When a pointer type is converted to a pointer to `byte` (as with the cast to `void*` above), the result points to the lowest addressed `byte` of the variable. Successive increments of the result, up to the size of the variable, yield pointers to the remaining bytes of that variable.
306+
When a pointer type is converted to a pointer to `byte`, the result points to the lowest addressed `byte` of the variable. Successive increments of the result, up to the size of the variable, yield pointers to the remaining bytes of that variable.
307307
308308
> *Example*: The following method displays each of the eight bytes in a `double` as a hexadecimal value:
309309
>

0 commit comments

Comments
 (0)