Skip to content

Commit 472aa5e

Browse files
BillWagnerCopilot
andauthored
Update docs/csharp/language-reference/compiler-messages/unsafe-code-errors.md
Co-authored-by: Copilot <[email protected]>
1 parent 6823e2a commit 472aa5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/csharp/language-reference/compiler-messages/unsafe-code-errors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ To use unsafe code correctly:
176176
- **CS1708**: *Fixed size buffers can only be accessed through locals or fields*
177177
- **CS1716**: *Do not use 'System.Runtime.CompilerServices.FixedBuffer' attribute. Use the 'fixed' field modifier instead*
178178

179-
These errors occur when you work with fixed-size buffers. Fixed-size buffers are arrays embedded directly in structs and are primarily used for interop scenarios. For more information, see [Fixed-size buffers](../../language-reference/unsafe-code.md#fixed-size-buffers).
179+
These errors occur when you work with fixed-size buffers. Fixed-size buffers are arrays embedded directly in structs and are primarily used for interop scenarios. For more information, see [Fixed-size buffers](../unsafe-code.md#fixed-size-buffers).
180180

181181
To declare and use fixed-size buffers correctly:
182182

0 commit comments

Comments
 (0)