Skip to content

Commit 9014791

Browse files
oschulzdevmotion
andauthored
Improve docstring of square
Co-authored-by: David Widmann <[email protected]>
1 parent c6d3914 commit 9014791

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/functions.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"""
44
square(x)
55
6-
Inverse of `sqrt(x)`.
6+
Inverse of `sqrt(x)` for non-negative `x`.
77
"""
88
square(x) = x^2

0 commit comments

Comments
 (0)