Skip to content

Commit 9e150ad

Browse files
committed
add
1 parent 0da2987 commit 9e150ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public static void main(String[] args) {
1515
System.out.println(schema.isValid(null)); // false
1616
System.out.println(schema.isValid("")); // false
1717
System.out.println(schema.isValid("what does the fox say")); // true
18-
System.out.println(schema.isValid("hexlet1")); // true
18+
System.out.println(schema.isValid("hexlet")); // true
1919

2020
schema.contains("wh").isValid("what does the fox say"); // true
2121
schema.contains("what").isValid("what does the fox say"); // true

0 commit comments

Comments
 (0)