Skip to content

Commit f920092

Browse files
RoundingMode: Added missing . to JavaDoc
1 parent 310cbf0 commit f920092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/org/sosy_lab/java_smt/api/FloatingPointFormulaManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
*/
3535
public interface FloatingPointFormulaManager {
3636

37-
/** Creates a formula for the given floating point rounding mode */
37+
/** Creates a formula for the given floating point rounding mode. */
3838
FloatingPointRoundingModeFormula makeRoundingMode(FloatingPointRoundingMode pRoundingMode);
3939

4040
/**

0 commit comments

Comments
 (0)