Skip to content

Commit bde6767

Browse files
zhuangzhuangBillWagner
authored andcommitted
fix snippet error (#6023)
fixes #6021
1 parent d3d469c commit bde6767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/csharp/roslyn-sdk/get-started/semantic-analysis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Select only the name property, and only distinct names by removing any overloads
126126

127127
You can also build the full query using the LINQ query syntax, and then display all the method names in the console:
128128

129-
[!code-csharp[build and display the results of this query.](../../../../samples/csharp/roslyn-sdk/SemanticQuickStart/Program.cs#12 "Build and display the results of the query.")]
129+
[!code-csharp[build and display the results of this query.](../../../../samples/csharp/roslyn-sdk/SemanticQuickStart/Program.cs#13 "Build and display the results of the query.")]
130130

131131
Build and run the program. You should see the following output:
132132

0 commit comments

Comments
 (0)