Skip to content

Commit 11b3399

Browse files
committed
Update comment
1 parent 54712c1 commit 11b3399

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Microsoft.OpenApi/Reader/Services/OpenApiRemoteReferenceCollector.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Microsoft Corporation. All rights reserved.
1+
// Copyright (c) Microsoft Corporation. All rights reserved.
22
// Licensed under the MIT license.
33

44
using System;
@@ -17,7 +17,7 @@ internal class OpenApiRemoteReferenceCollector : OpenApiVisitorBase
1717
private readonly Dictionary<string, OpenApiReference> _references = new();
1818

1919
/// <summary>
20-
/// List of all internal and external references collected from OpenApiDocument
20+
/// List of all external references collected from OpenApiDocument
2121
/// </summary>
2222
public IEnumerable<OpenApiReference> References
2323
{
@@ -37,7 +37,7 @@ public override void Visit(IOpenApiReferenceable referenceable)
3737
}
3838

3939
/// <summary>
40-
/// Collect internal and external references
40+
/// Collect external references
4141
/// </summary>
4242
private void AddExternalReferences(OpenApiReference reference)
4343
{

0 commit comments

Comments
 (0)