We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 524ab47 commit 03524d7Copy full SHA for 03524d7
csharp/extractor/Semmle.Extraction.CSharp/SymbolExtensions.cs
@@ -10,7 +10,7 @@ namespace Semmle.Extraction.CSharp
10
{
11
/// <summary>
12
/// An ITypeSymbol with nullability annotations.
13
- /// Although a similar class has been implemented in Rolsyn,
+ /// Although a similar class has been implemented in Roslyn,
14
/// https://github.com/dotnet/roslyn/blob/090e52e27c38ad8f1ea4d033114c2a107604ddaa/src/Compilers/CSharp/Portable/Symbols/TypeWithAnnotations.cs
15
/// it is an internal struct that has not yet been exposed on the public interface.
16
/// </summary>
0 commit comments