@@ -16,7 +16,7 @@ namespace Microsoft.OpenApi.Writers
16
16
public static class OpenApiWriterExtensions
17
17
{
18
18
/// <summary>
19
- /// Write a string/string property.
19
+ /// Write a string property.
20
20
/// </summary>
21
21
/// <param name="writer">The writer.</param>
22
22
/// <param name="name">The property name.</param>
@@ -34,7 +34,7 @@ public static void WriteProperty(this IOpenApiWriter writer, string name, string
34
34
}
35
35
36
36
/// <summary>
37
- /// Write a string/ boolean property.
37
+ /// Write a boolean property.
38
38
/// </summary>
39
39
/// <param name="writer">The writer.</param>
40
40
/// <param name="name">The property name.</param>
@@ -53,7 +53,7 @@ public static void WriteProperty(this IOpenApiWriter writer, string name, bool v
53
53
}
54
54
55
55
/// <summary>
56
- /// Write a string/ boolean property.
56
+ /// Write a boolean property.
57
57
/// </summary>
58
58
/// <param name="writer">The writer.</param>
59
59
/// <param name="name">The property name.</param>
@@ -72,7 +72,7 @@ public static void WriteProperty(this IOpenApiWriter writer, string name, bool?
72
72
}
73
73
74
74
/// <summary>
75
- /// Write a string/number property.
75
+ /// Write a primitive property.
76
76
/// </summary>
77
77
/// <param name="writer">The writer.</param>
78
78
/// <param name="name">The property name.</param>
0 commit comments