chore: fix some comments (#5333)

This commit is contained in:
mountdisk
2024-08-17 01:19:15 +08:00
committed by GitHub
parent 98bee26d51
commit 7c58b190c8
5 changed files with 5 additions and 5 deletions

View File

@ -6,7 +6,7 @@ public final class PalindromePrime {
private PalindromePrime() {
}
public static void main(String[] args) { // Main funtion
public static void main(String[] args) { // Main function
Scanner in = new Scanner(System.in);
System.out.println("Enter the quantity of First Palindromic Primes you want");
int n = in.nextInt(); // Input of how many first palindromic prime we want