Skip to content
Snippets Groups Projects
Commit 504b415b authored by Luc Maisonobe's avatar Luc Maisonobe
Browse files

Typo.

parent b14bce2c
No related branches found
No related tags found
No related merge requests found
......@@ -140,7 +140,7 @@ public class BooleanDetector extends AbstractDetector<BooleanDetector> {
}
/**
* Create a new event detector that is the logical OR or the given event detectors.
* Create a new event detector that is the logical OR of the given event detectors.
*
* <p> The created event detector's g function is positive if and only if at least
* one of g functions of the event detectors in {@code detectors} is positive.
......@@ -163,7 +163,7 @@ public class BooleanDetector extends AbstractDetector<BooleanDetector> {
}
/**
* Create a new event detector that is the logical OR or the given event detectors.
* Create a new event detector that is the logical OR of the given event detectors.
*
* <p> The created event detector's g function is positive if and only if at least
* one of g functions of the event detectors in {@code detectors} is positive.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment