Skip to content

Commit bc65de4

Browse files
committed
Fix copy-paste errors
1 parent 02389bf commit bc65de4

File tree

1 file changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/symbol/ctor/docs/types

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/symbol/ctor/docs/types/index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
* ## Notes
2727
*
2828
* - Unlike conventional constructors, this function does **not** support the `new` keyword.
29-
* - This function is only supported in environments which support symbols. number primitives.
29+
* - This function is only supported in environments which support symbols.
3030
*
31-
* @param description - symbol description which can be used for debugging but not to access the symbol itself.
31+
* @param description - symbol description which can be used for debugging but not to access the symbol itself
3232
* @returns symbol
3333
*/
3434
export = Symbol;

0 commit comments

Comments
 (0)