Fix typo in TypeExtensions docstring (#318)

This commit is contained in:
Luke Bordonaro 2023-08-30 14:54:27 -07:00 коммит произвёл GitHub
Родитель 5e1a666d15
Коммит c7ceb7c590
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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)