Skip to content

Commit

Permalink
Minor doc change.
Browse files Browse the repository at this point in the history
  • Loading branch information
sarutak committed Aug 1, 2023
1 parent 4249f33 commit 184b492
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/user-guide/sql/scalar_functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -356,8 +356,8 @@ log2(numeric_expression)

### `nanvl`

Returns the first of its arguments that is not _NaN_.
Returns the second of its argument otherwise.
Returns the first argument if it's not _NaN_.
Returns the second argument otherwise.

```
nanvl(expression_x, expression_y)
Expand Down

0 comments on commit 184b492

Please # to comment.