Skip to content

Commit 00ac0ea

Browse files
authored
Merge pull request ClickHouse#79191 from ClickHouse/Blargian-patch-13
Docs: Fix typo
2 parents 9bb046e + de42552 commit 00ac0ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/sql-reference/functions/random-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ randUniform(min, max)
169169
- `min` - `Float64` - left boundary of the range,
170170
- `max` - `Float64` - right boundary of the range.
171171

172-
**Arguments**
172+
**Returned value**
173173

174174
A random number of type [Float64](../data-types/float.md).
175175

0 commit comments

Comments
 (0)