We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 335c42d commit afbb78aCopy full SHA for afbb78a
core/src/main/java/org/bouncycastle/util/Memoable.java
@@ -2,7 +2,7 @@
2
3
/**
4
* 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.
+ * via the copy() method and then resetting the object back to that state later using the reset() method.
6
*/
7
public interface Memoable
8
{
0 commit comments