Skip to content

Commit 3591a0e

Browse files
Fix RuntimeFeature.cs comment (#180)
***NO_CI***
1 parent d9abfac commit 3591a0e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

nanoFramework.CoreLibrary/System/Runtime/CompilerServices/RuntimeFeature.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66

77
namespace System.Runtime.CompilerServices
88
{
9+
/// <summary>
10+
/// Defines APIs to determine whether specific features are supported by the common language runtime.
11+
/// </summary>
912
public static partial class RuntimeFeature
1013
{
1114
/// <summary>

0 commit comments

Comments
 (0)