Skip to content

Commit afbb78a

Browse files
committed
fixed typo in JavaDoc
1 parent 335c42d commit afbb78a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/org/bouncycastle/util/Memoable.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/**
44
* Interface for Memoable objects. Memoable objects allow the taking of a snapshot of their internal state
5-
* via the copy() method and then reseting the object back to that state later using the reset() method.
5+
* via the copy() method and then resetting the object back to that state later using the reset() method.
66
*/
77
public interface Memoable
88
{

0 commit comments

Comments
 (0)