Skip to content

Commit d8d4b87

Browse files
committed
Corrected comment.
1 parent d404482 commit d8d4b87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SourceBrowser.Tests/CSharpTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public void M1 () { }
3838
walker.Visit(document.GetSyntaxRootAsync().Result);
3939
var documentModel = walker.GetDocumentModel();
4040

41-
//Make sure there's 10 tokens
41+
//Make sure there's 12 tokens
4242
Assert.IsTrue(documentModel.Tokens.Count == 12);
4343

4444
//Make sure they're classified correctly

0 commit comments

Comments
 (0)