Skip to content

Commit a9442fa

Browse files
abhroablaom
andauthored
Add argument name in docstring description
Co-authored-by: Anthony Blaom, PhD <anthony.blaom@gmail.com>
1 parent 4eaa1e4 commit a9442fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data/datasets_synthetic.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ sparsify!(rng, θ, s) = (θ .*= (rand(rng, length(θ)) .< s))
320320
"""
321321
outlify!(rng, y, s)
322322
323-
Add outliers to portion `s` of vector.
323+
Add outliers to portion `s` of vector `y`.
324324
325325
"""
326326
outlify!(rng, y, s) =

0 commit comments

Comments
 (0)