diff --git a/src/api/java/IDecRefQueue.java b/src/api/java/IDecRefQueue.java index b0a93b552..f3cea7249 100644 --- a/src/api/java/IDecRefQueue.java +++ b/src/api/java/IDecRefQueue.java @@ -46,7 +46,7 @@ public abstract class IDecRefQueue /** * An implementation of this method should decrement the reference on a * given native object. - * This function should be always called on the {@code ctx} thread. + * This function should always be called on the {@code ctx} thread. * * @param ctx Z3 context. * @param obj Pointer to a Z3 object.