Skip to content

Commit 38c284f

Browse files
参数globs说明的中文翻译有误。
参考英语原文“Globs use node-glob syntax except that negation is fully supported.”,修改了对应的中文翻译。
1 parent 9dbc6a5 commit 38c284f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

API.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ gulp.src('client/templates/*.jade')
2424
#### globs
2525
类型: `String``Array`
2626

27-
所读取的 glob 或者 glob 数组,glob 使用了 [node-glob 语法] 除非下一版本得到完全支持
27+
所读取的 glob 或者 glob 数组,除了 negation(`!`) 以外的 [node-glob 语法] 均被支持
2828

2929
一个 `!` 开头的 glob 会在结果中排除掉到这个地方为止的所匹配到的文件。举个例子,考虑如下的目录结构:
3030

0 commit comments

Comments
 (0)