We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c309dd9 commit 7b0332aCopy full SHA for 7b0332a
src/Microsoft.OpenApi.Readers/OpenApiTextReaderReader.cs
@@ -37,7 +37,7 @@ public OpenApiDocument Read(TextReader input, out OpenApiDiagnostic diagnostic)
37
{
38
YamlDocument yamlDocument;
39
40
- // Parse the YAML/JSON
+ // Parse the YAML/JSON text in the TextReader into the YamlDocument
41
try
42
43
yamlDocument = LoadYamlDocument(input);
0 commit comments