Skip to content

Commit 878b428

Browse files
committed
fix docstring
1 parent f89a318 commit 878b428

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/algorithms.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ end
5959
"""
6060
does_truncate(alg::AbstractAlgorithm) -> Bool
6161
62-
Check whether or not an algorithm can be used for a truncated decomposition.
62+
Indicate whether or not an algorithm will compute a truncated decomposition
63+
(such that composing the factors only approximates the input up to some tolerance).
6364
"""
6465
does_truncate(alg::AbstractAlgorithm) = false
6566

0 commit comments

Comments
 (0)