Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
holazz committed Jul 10, 2022
1 parent f181b65 commit a33a228
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/math/useSum/index.md
Expand Up @@ -4,7 +4,7 @@ category: '@Math'

# useSum

Get the sum of an array of numbers.
Get the sum of a set of numbers.

## Usage

Expand Down
2 changes: 1 addition & 1 deletion packages/math/useSum/index.ts
Expand Up @@ -4,7 +4,7 @@ import type { MaybeComputedRef } from '@vueuse/shared'
import { resolveUnref } from '@vueuse/shared'

/**
* Get the sum of an array of numbers.
* Get the sum of a set of numbers.
*
* @see https://vueuse.org/useSum
* @param nums
Expand Down

0 comments on commit a33a228

Please sign in to comment.