Skip to content

Commit 796f132

Browse files
committed
Fix comment
1 parent 6f1313d commit 796f132

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/com/thealgorithms/others/SkylineProblem.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ public class SkylineProblem {
1717

1818
/**
1919
* Main function that reads input for the number of buildings and their
20-
* dimensions,
21-
* computes the skyline using divide-and-conquer, and prints the result.
20+
* dimensions, computes the skyline using divide-and-conquer,
21+
* and prints the result.
2222
*/
2323
public void run() {
2424
Scanner sc = new Scanner(System.in);

0 commit comments

Comments
 (0)