Skip to content

Commit

Permalink
Add statement about .NET unsafe code
Browse files Browse the repository at this point in the history
  • Loading branch information
richlander committed Aug 20, 2024
1 parent 5f6bfe5 commit 25dfaf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/best-practice-memory-safe-by-default-languages.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ TO DO

## .NET

TO DO
* Use unsafe blocks sparingly and [follow guidance](https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/unsafe-code)

## JavaScript

Expand Down

0 comments on commit 25dfaf6

Please sign in to comment.