Skip to content

Commit 8425baf

Browse files
committed
Update multiply-strings.cpp
1 parent dec43a4 commit 8425baf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

C++/multiply-strings.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class Solution {
3131

3232
// Time: O(m * n)
3333
// Space: O(m + n)
34-
// Define a new BigInt class solutioin.
34+
// Define a new BigInt class solution.
3535
class Solution2 {
3636
public:
3737
string multiply(string num1, string num2) {

0 commit comments

Comments
 (0)