Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
robsimmons committed Nov 29, 2024
1 parent ff36904 commit c02e694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/content/docs/docs/api/terms.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ inputs that are more flexible than the outputs that Dusa will return (see the

Dusa will accept numbers of type `number` and convert them to
[BigInt](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt)
values. This will raise a `RangeError` if you try to pass a non-integer
values. This will raise a `RangeError` if you try to pass a non-integer
`number` to Dusa.

An input constant like `a` can also be given as `{ name: 'a', args: [] }`,
Expand Down

0 comments on commit c02e694

Please sign in to comment.