Skip to content

Commit 3686270

Browse files
authored
Update Cli.java
1 parent d8a7c5d commit 3686270

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/hexlet/code/Cli.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ private Cli() {
77
}
88
public static String greetUser() {
99
Scanner scanner = new Scanner(System.in);
10-
System.out.print("May i have your name? ");
10+
System.out.print("May I have your name? ");
1111
String userName = scanner.next();
1212
System.out.println("Hello, " + userName + "!");
1313
return userName;

0 commit comments

Comments
 (0)