We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7075c6f commit f846699Copy full SHA for f846699
csharp/extractor/Semmle.Extraction/Entity.cs
@@ -30,7 +30,7 @@ public interface IEntity
30
/// Writes the unique identifier of this entitiy to a trap file.
31
/// </summary>
32
/// <param name="trapFile">The trapfile to write to.</param>
33
- void WriteId(TextWriter writrapFileter);
+ void WriteId(TextWriter trapFile);
34
35
/// <summary>
36
/// Writes the quoted identifier of this entity,
0 commit comments