Skip to content

Commit 753b7a1

Browse files
committed
[js-api] Fix incorrect return statement in 'validate builtin set names'
1 parent 7d0b519 commit 753b7a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

document/js-api/index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1777,7 +1777,7 @@ To <dfn>find a builtin</dfn> with |import| and enabled builtins |builtinSetNames
17771777
To <dfn>validate builtin set names</dfn> with |builtinSetNames|, perform the following steps:
17781778

17791779
1. If |builtinSetNames| contains any duplicates, return false.
1780-
1. Return false.
1780+
1. Return true.
17811781

17821782
</div>
17831783

0 commit comments

Comments
 (0)