Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 1a17826

Browse files
Fixing typos in comments
1 parent 6f97e74 commit 1a17826

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/main/java/com/bl/add_two_numbers/Solution.java‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package com.bl.add_two_numbers;
22

33
/**
4-
* This is the solution to the Leetcode problem: 2. Add Two Numbers
4+
* This is the solution to the LeetCode problem: 2. Add Two Numbers
55
*
66
* @author Børre A. Opedal Lunde
77
* @since 2024年01月23日
@@ -39,7 +39,7 @@ public ListNode addTwoNumbers(ListNode listOneNode, ListNode listTwoNode) {
3939
listTwoNode = listTwoNode.next;
4040
}
4141

42-
// The nature of the problem lets us be particular evil when it
42+
// The nature of the problem lets us be particularly evil when it
4343
// comes to achieving high performance.
4444

4545
// We know that the sum will never be greater than 18 (9 + 9 = 18)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /