From c02e6942ab42d0640715bf228bc68b5550abb96c Mon Sep 17 00:00:00 2001 From: Rob Simmons Date: Thu, 28 Nov 2024 21:41:59 -0500 Subject: [PATCH] Prettier --- docs/src/content/docs/docs/api/terms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/content/docs/docs/api/terms.md b/docs/src/content/docs/docs/api/terms.md index 622c690..98f66e3 100644 --- a/docs/src/content/docs/docs/api/terms.md +++ b/docs/src/content/docs/docs/api/terms.md @@ -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: [] }`,