mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-25 05:22:39 +08:00
refactor: fix typo (#5363)
This commit is contained in:
@ -16,7 +16,7 @@ public final class TwinPrime {
|
||||
/**
|
||||
* This method returns twin prime of the integer value passed as argument
|
||||
*
|
||||
* @param input_number Integer value of which twin prime is to be found
|
||||
* @param inputNumber Integer value of which twin prime is to be found
|
||||
* @return (number + 2) if number and (number + 2) are prime, -1 otherwise
|
||||
*/
|
||||
static int getTwinPrime(int inputNumber) {
|
||||
|
Reference in New Issue
Block a user