Skip to content

Commit 73fb0d6

Browse files
authored
Update index.md (#282)
Typo fix Signed-off-by: Steven Maillet <smaillet@users.noreply.github.com>
1 parent 3588129 commit 73fb0d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docfx/llvm/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ are important factors to consider in the new library:
6464
When dealing with native interop the concept of ownership is of critical importance. The underlying
6565
resources are NOT controlled by a Garbage collector, and therefore require care to avoid access violations
6666
and other app crash scenarios. This library aims to make that much easier by using IDisposable for these
67-
scenarios. It is ***HIGHLY** recommended to use the [IDisposableAnalyzers](https://www.nuget.org/packages/IDisposableAnalyzers/)
67+
scenarios. It is ***HIGHLY*** recommended to use the [IDisposableAnalyzers](https://www.nuget.org/packages/IDisposableAnalyzers/)
6868
in ANY project that consumes this library. (It was/is used internally to find and fix issues across the
6969
library that were tedious to identify otherwise).
7070

0 commit comments

Comments
 (0)