Skip to content

Commit

Permalink
Two typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhghomon committed Dec 30, 2024
1 parent a084d66 commit eb92b3e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/content/doc-surrealql/functions/database/math.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1015,8 +1015,8 @@ RETURN math::min([ 26.164, 13.746189, 23, 16.4, 41.42 ]);

See also:

* [`array::min`](/docs/surrealql/functions/database/array#arraymax), which extracts the least value from an array of values
* [`time::max`](/docs/surrealql/functions/database/time#timemax), which extracts the least datetime from an array of datetimes
* [`array::min`](/docs/surrealql/functions/database/array#arraymin), which extracts the least value from an array of values
* [`time::max`](/docs/surrealql/functions/database/time#timemin), which extracts the least datetime from an array of datetimes

## `math::mode`

Expand Down
2 changes: 1 addition & 1 deletion src/content/doc-surrealql/functions/database/time.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ d"1987-06-22T08:30:45Z"

See also:

* [`array::min`](/docs/surrealql/functions/database/array#arraymax), which extracts the least value from an array of values
* [`array::min`](/docs/surrealql/functions/database/array#arraymin), which extracts the least value from an array of values
* [`math::min`](/docs/surrealql/functions/database/math#mathmin), which extracts the least number from an array of numbers

<br />
Expand Down

0 comments on commit eb92b3e

Please sign in to comment.