Skip to content

Commit 618c13d

Browse files
authored
style: remove duplicated the (#786)
1 parent e2f9e8a commit 618c13d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dynamic_programming/maximum_subarray.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! This module provides a function to find the the largest sum of the subarray
1+
//! This module provides a function to find the largest sum of the subarray
22
//! in a given array of integers using dynamic programming. It also includes
33
//! tests to verify the correctness of the implementation.
44

0 commit comments

Comments
 (0)