Skip to content

Commit d6ca5c2

Browse files
Update matrix.jl (#421)
[skip tests]
1 parent 6c82916 commit d6ca5c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/mps/matrix.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ Uses `MPSMatrixFindTopK`.
282282
283283
See also: [`topk`](@ref).
284284
285-
!!! warn
285+
!!! warning
286286
This interface is experimental, and might change without warning.
287287
"""
288288
function topk!(A::MtlMatrix{T}, I::MtlMatrix{UInt32}, V::MtlMatrix{T}, k) where {T<:MtlFloat}
@@ -325,7 +325,7 @@ Uses `MPSMatrixFindTopK`.
325325
326326
See also: [`topk!`](@ref).
327327
328-
!!! warn
328+
!!! warning
329329
This interface is experimental, and might change without warning.
330330
"""
331331
function topk(A::MtlMatrix{T,S}, k) where {T<:MtlFloat,S}

0 commit comments

Comments
 (0)