Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 38e2a3d

Browse files
committed
spelling: constructor
Signed-off-by: Josh Soref <[email protected]>
1 parent eb40e48 commit 38e2a3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

csharp/extractor/Semmle.Extraction.CIL/Entities/Base/UnlabelledEntity.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ namespace Semmle.Extraction.CIL
55
{
66
/// <summary>
77
/// An entity that has contents to extract. There is no need to populate
8-
/// a key as it's done in the contructor.
8+
/// a key as it's done in the constructor.
99
/// </summary>
1010
internal abstract class UnlabelledEntity : Extraction.UnlabelledEntity, IExtractedEntity
1111
{

0 commit comments

Comments
 (0)