Skip to content

Commit 7b0332a

Browse files
committed
Fixed comment
1 parent c309dd9 commit 7b0332a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.OpenApi.Readers/OpenApiTextReaderReader.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public OpenApiDocument Read(TextReader input, out OpenApiDiagnostic diagnostic)
3737
{
3838
YamlDocument yamlDocument;
3939

40-
// Parse the YAML/JSON
40+
// Parse the YAML/JSON text in the TextReader into the YamlDocument
4141
try
4242
{
4343
yamlDocument = LoadYamlDocument(input);

0 commit comments

Comments
 (0)