Skip to content

Commit 35c634c

Browse files
authored
fix: typo
错别字修改
1 parent ee14ca1 commit 35c634c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/variable.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ $ echo $!
280280

281281
(5)`$0`
282282

283-
`$0`为当前 Shell 的名称(在命令行直接执行是)或者脚本名(在脚本中执行时)。
283+
`$0`为当前 Shell 的名称(在命令行直接执行时)或者脚本名(在脚本中执行时)。
284284

285285
```bash
286286
$ echo $0

0 commit comments

Comments
 (0)