Skip to content

Commit a4ebe3a

Browse files
bootuzAstemir Boziev
andauthored
Make getRetrievability method public (#28)
Co-authored-by: Astemir Boziev <astemir.boziev@dif.tech>
1 parent d078b64 commit a4ebe3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/FSRS/Algorithm/FSRS.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ public class FSRS: FSRSAlgorithm {
181181
* @param format default:true , Convert the result to another type. (Optional)
182182
* @returns The retrievability of the card,if format is true, the result is a string, otherwise it is a number
183183
*/
184-
func getRetrievability(
184+
public func getRetrievability(
185185
card: Card,
186186
now: Date = Date()
187187
) -> (string: String, number: Double) {

0 commit comments

Comments
 (0)