File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
test/Microsoft.OpenApi.Readers.Tests Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ internal static class Resources
10
10
/// <summary>
11
11
/// Get the file contents.
12
12
/// </summary>
13
- /// <param name="fileName">The file name with relative path. "/V3Tests/Samples/OpenApiCallback/..</param>
13
+ /// <param name="fileName">The file name with relative path. For example: "/V3Tests/Samples/OpenApiCallback/.." .</param>
14
14
/// <returns>The file contents.</returns>
15
15
public static string GetString ( string fileName )
16
16
{
@@ -24,7 +24,7 @@ public static string GetString(string fileName)
24
24
/// <summary>
25
25
/// Get the file stream.
26
26
/// </summary>
27
- /// <param name="fileName">The file name with relative path. "/V3Tests/Samples/OpenApiCallback/..</param>
27
+ /// <param name="fileName">The file name with relative path. For example: "/V3Tests/Samples/OpenApiCallback/.." .</param>
28
28
/// <returns>The file stream.</returns>
29
29
public static Stream GetStream ( string fileName )
30
30
{
You can’t perform that action at this time.
0 commit comments