Skip to content

Commit 54cb1ef

Browse files
authored
fix typo
1 parent b9c46fe commit 54cb1ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/condition.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ esac
574574
```bash
575575
#!/bin/bash
576576

577-
echo -n "属于一个字母或数字 > "
577+
echo -n "输入一个字母或数字 > "
578578
read character
579579
case $character in
580580
[[:lower:]] | [[:upper:]] ) echo "输入了字母 $character"

0 commit comments

Comments
 (0)