Skip to content

Commit fe77221

Browse files
committed
fix content
1 parent 90c8879 commit fe77221

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

file-four-demo.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(function(win, doc) { // 光标定位到前面的{ 然后按 =%
1+
function(win, doc) { // 光标定位到前面的{ 然后按 =%
22
var n = ((1 + 2) * (3 + 4)) / 7;
33
var a = [1, 2, 3, 4, 5, 6, 7];
44
var f = function(b) {
@@ -8,4 +8,4 @@ return false;
88
return true;
99
}
1010
};
11-
})(window, document);
11+
}

file-four.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
- ```:set tabstop=4``` 设置 tab 制表符所占宽度为 4
1212
- ```:set softtabstop=4``` 设置按 ```tab``` 时缩进的宽度为 4
1313
- ```:set shiftwidth=4``` 设置自动缩进宽度为 4
14-
- ```:set expendtab``` 缩进时将 tab 制表符转换为空格
14+
- ```:set expandtab``` 缩进时将 tab 制表符转换为空格
1515
- ```:filetype on``` 开启文件类型检测
1616
- ```:syntax on``` 开启语法高亮
1717

0 commit comments

Comments
 (0)