Skip to content

Commit 4ea9fa0

Browse files
Fix typo
1 parent 2248c1c commit 4ea9fa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CodeConverter/CSharp/BuiltInVisualBasicOperatorSubsitutions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ private async Task<ExpressionSyntax> ConvertToPowOperatorAsync(VBSyntax.BinaryEx
9898
.Invoke(_visualBasicEqualityComparison.ExtraUsingDirectives, lhs, rhs);
9999
}
100100

101-
/// <remarks>No need to implement these since this is only called for things that are already decimal and hence will resolve operator in C#</remakrs>
101+
/// <remarks>No need to implement these since this is only called for things that are already decimal and hence will resolve operator in C#</remarks>
102102
private async Task<ExpressionSyntax> ConvertToDecimalBinaryOperatorAsync(VBSyntax.BinaryExpressionSyntax node, KnownMethod member) =>
103103
default;
104104

0 commit comments

Comments
 (0)