Skip to content

Commit 6e111c3

Browse files
CSHARP-3218: Update xml comment.
1 parent fb515b4 commit 6e111c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MongoDB.Bson/PreserveAttribute.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
namespace MongoDB.Bson
2020
{
2121
/// <summary>
22-
/// Prevents the Xamarin managed linker from linking the target.
22+
/// Prevents the Xamarin managed linker from stripping the target.
2323
/// </summary>
2424
[AttributeUsage(AttributeTargets.All)]
2525
[EditorBrowsable(EditorBrowsableState.Never)]

0 commit comments

Comments
 (0)