Skip to content

Commit 536ff99

Browse files
committed
fix link
1 parent 4127552 commit 536ff99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/standard/unsafe-code/best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ While some .NET runtimes rely on the OS to fixup misaligned accesses, there are
581581
platforms where misaligned access can lead to an `DataMisalignedException` (or `SEHException`).
582582
Some of the examples include:
583583

584-
* `Interlocked` operations on misaligned memory on some platforms ([example]((https://github.com/dotnet/runtime/issues/91662)))
584+
* `Interlocked` operations on misaligned memory on some platforms ([example](https://github.com/dotnet/runtime/issues/91662))
585585
* Misaligned floating point operations on ARM
586586
* Accessing special device memory with certain alignment requirements (not really supported by .NET)
587587

0 commit comments

Comments
 (0)