diff --git a/docs/csharp/whats-new/csharp-12.md b/docs/csharp/whats-new/csharp-12.md index a64021eea478d..d3b37c628d420 100644 --- a/docs/csharp/whats-new/csharp-12.md +++ b/docs/csharp/whats-new/csharp-12.md @@ -103,7 +103,7 @@ You can learn more about default parameters on lambda expressions in the article ## Alias any type -You can use the `using` alias directive to alias any type, not just named types. That means you can create semantic aliases for tuple types, array types, pointer types, or other unsafe types. For more information, see the [feature specification](~/_csharplang/proposals/csharp-12.0/using-alias-types.md). +You can use the `using` alias directive to alias any type, not just named types. That means you can create semantic aliases for tuple types, array types, pointer types, or other unsafe types. For more information, see the [feature specification](~/_csharplang/proposals/csharp-12.0/using-alias-types.md). For an example refactoring walkthrough, see [Refactor your code using alias any type on the .NET blog](https://devblogs.microsoft.com/dotnet/refactor-your-code-using-alias-any-type/). ## Inline arrays