Travis build: 1120

This commit is contained in:
30secondsofcode
2018-01-10 05:17:11 +00:00
parent 72e05cfd27
commit 0a6543cbb4
2 changed files with 2 additions and 2 deletions

View File

@ -4677,7 +4677,7 @@ const getType = v =>
<summary>Examples</summary>
```js
getType(new Set([1, 2, 3])); // 'Set'
getType(new Set([1, 2, 3])); // 'set'
```
</details>