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 16ba3b7 commit 983c576Copy full SHA for 983c576
src/Microsoft.OpenApi/Models/OpenApiDocument.cs
@@ -24,7 +24,7 @@ namespace Microsoft.OpenApi.Models
24
public class OpenApiDocument : IOpenApiSerializable, IOpenApiExtensible
25
{
26
/// <summary>
27
- /// Related workspace containing OpenApiDocuments that are referenced in this document
+ /// Related workspace containing components that are referenced in a document
28
/// </summary>
29
public OpenApiWorkspace Workspace { get; set; }
30
0 commit comments