Skip to content

Commit 627e7b9

Browse files
committed
Add period to end of javadoc method summary
1 parent 8cc8cd3 commit 627e7b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/codefortomorrow/advanced/chapter13/solutions/PrimePractice.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public static void main(String[] args) {
3636
}
3737

3838
/**
39-
* isPrime checks the primality of a given integer
39+
* isPrime checks the primality of a given integer.
4040
* @param n The integer to check
4141
* @param z Current divisor (used for recursion)
4242
* @return boolean true if prime and false if not

0 commit comments

Comments
 (0)