Skip to content

Commit 438eb8a

Browse files
authored
Update AddTwoNumbers.java
1 parent 1016f44 commit 438eb8a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/java/AddTwoNumbers.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ public class AddTwoNumbers {
1111
/**
1212
* This program takes a list of numbers and checks if there are two numbers whose sum is equal to
1313
* the expected value.
14-
*
15-
* For each element in the list of values, this method goes through the list,
16-
* checking if there is any number whose sum of both is the expected value.
14+
*
15+
* <p>For each element in the list of values, this method goes through the list, checking if there
16+
* is any number whose sum of both is the expected value.
1717
*
1818
* @param values List of values that will be checked.
1919
* @param expected Expected value from the sum of two numbers from the values list.

0 commit comments

Comments
 (0)