Fix typo in TypeExtensions docstring (#318)
This commit is contained in:
Родитель
5e1a666d15
Коммит
c7ceb7c590
|
@ -55,7 +55,7 @@ namespace Microsoft.Performance.SDK
|
|||
/// The type to check.
|
||||
/// </param>
|
||||
/// <returns>
|
||||
/// <c>trye</c> if <paramref name="type"/> represents a nullable
|
||||
/// <c>true</c> if <paramref name="type"/> represents a nullable
|
||||
/// type; <c>false</c> otherwise.
|
||||
/// </returns>
|
||||
public static bool IsNullableType(this Type type)
|
||||
|
|
Загрузка…
Ссылка в новой задаче