Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Jutho committed Nov 3, 2024
1 parent 30fb498 commit 23128ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tensors/tensor.jl
Original file line number Diff line number Diff line change
Expand Up @@ -186,14 +186,14 @@ for randf in (:rand, :randn, :randexp, :randisometry)
$randf([rng=default_rng()], [T=Float64], codomain ← domain) -> t
Generate a tensor `t` with entries generated by `$randf`.
See also [`($randf)!`](@ref).
"""
_docstr! = """
$(randf)!([rng=default_rng()], t::AbstractTensorMap) -> t
Fill the tensor `t` with entries generated by `$(randf)!`.
See also [`($randf)`](@ref).
"""

Expand Down

0 comments on commit 23128ae

Please sign in to comment.