mirror of
https://github.com/github/codeql.git
synced 2026-04-23 15:55:18 +02:00
C#: Fix typo
This commit is contained in:
@@ -30,7 +30,7 @@ namespace Semmle.Extraction
|
||||
/// Writes the unique identifier of this entitiy to a trap file.
|
||||
/// </summary>
|
||||
/// <param name="trapFile">The trapfile to write to.</param>
|
||||
void WriteId(TextWriter writrapFileter);
|
||||
void WriteId(TextWriter trapFile);
|
||||
|
||||
/// <summary>
|
||||
/// Writes the quoted identifier of this entity,
|
||||
|
||||
Reference in New Issue
Block a user