Skip to content

Commit 52db1f7

Browse files
committed
fix(task.md):fix typo of task.md in section5-4
1 parent 21b8959 commit 52db1f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • 1-js/05-data-types/04-array/10-maximal-subarray

1-js/05-data-types/04-array/10-maximal-subarray/task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ getMaxSubSum([*!*100*/!*, -9, 2, -3, 5]) = 100
2121
getMaxSubSum([*!*1, 2, 3*/!*]) = 6 (すべて)
2222
```
2323

24-
もいすべてのアイテムが負値の場合、何も取らないことを意味します(サブ配列は空)、なので合計はゼロです:
24+
もしすべてのアイテムが負値の場合、何も取らないことを意味します(サブ配列は空)、なので合計はゼロです:
2525

2626
```js
2727
getMaxSubSum([-1, -2, -3]) = 0

0 commit comments

Comments
 (0)