Skip to content

Commit ba84895

Browse files
authored
remove useless "位"
1 parent 5933208 commit ba84895

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/loop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ do
245245
done
246246
```
247247
248-
上面脚本会反复读取命令行输入,直到用户输入了一个点(`.`位为止,才会跳出循环。
248+
上面脚本会反复读取命令行输入,直到用户输入了一个点(`.`为止,才会跳出循环。
249249
250250
## break,continue
251251

0 commit comments

Comments
 (0)