Browse Source

Fix broken link (#11)

pull/1218/head
Still Hsu 7 years ago
parent
commit
a4063a6451
No known key found for this signature in database GPG Key ID: 8601A145FDA95209
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/faq/basics/basic-operations.md

+ 1
- 1
docs/faq/basics/basic-operations.md View File

@@ -27,7 +27,7 @@ A good and safe casting example:
[!code-csharp[Casting](samples/cast.cs)]

[InvalidCastException]: https://docs.microsoft.com/en-us/dotnet/api/system.invalidcastexception
[this post]: https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/types/how-to-safely-cast-by-using-as-and-is-operators
[this post]: https://docs.microsoft.com/en-us/dotnet/csharp/how-to/safely-cast-using-pattern-matching-is-and-as-operators

## How do I send a message?



Loading…
Cancel
Save