Skip to content

Commit d035c89

Browse files
committed
Fix spelling mistake
1 parent 4271cb4 commit d035c89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LeetCodeConsoleApp/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ static void Main(string[] args)
9797

9898
#endregion
9999

100-
#region 167. Two Sum II - Inpur array is sorted
100+
#region 167. Two Sum II - Input array is sorted
101101

102102
TwoSumII twoSumII = new TwoSumII(new []{1,2,3,7}, 10);
103103
twoSumII.PrintExample();

0 commit comments

Comments
 (0)