Skip to content

Commit a3f3537

Browse files
committed
Fix typo.
1 parent c76d277 commit a3f3537

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Microsoft.OpenApi/Services/ComparisonContext.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,11 @@
33

44
using System.Collections.Generic;
55
using System.Linq;
6-
using Microsoft.OpenApi.Models;
76

87
namespace Microsoft.OpenApi.Services
98
{
109
/// <summary>
11-
/// A class encapsulating the comarision context.
10+
/// A class encapsulating the comparision context.
1211
/// </summary>
1312
public class ComparisonContext
1413
{

0 commit comments

Comments
 (0)