Skip to content

Commit

Permalink
docs: improve docs
Browse files Browse the repository at this point in the history
  • Loading branch information
haoziqaq committed Oct 29, 2024
1 parent f5f46f4 commit eea426b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/array/sum.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Calculates the sum of values in an `array` of numbers.
```ts
import { sum } from 'rattail'

sum([1, 2, 3]) // returns 6
sum([1, 2, 3]) // return 6
```

### Arguments
Expand Down

0 comments on commit eea426b

Please sign in to comment.