Jelajahi Sumber

Update the old comment.

Naotoshi Fujita 2 tahun lalu
induk
melakukan
987e83943b
1 mengubah file dengan 0 tambahan dan 1 penghapusan
  1. 0 1
      src/js/utils/object/assign/assign.ts

+ 0 - 1
src/js/utils/object/assign/assign.ts

@@ -35,7 +35,6 @@ export function assign<T extends object, U extends object[]>(
 
 /**
  * Assigns all own enumerable properties of all source objects to the provided object.
- * `undefined` in source objects will be skipped.
  *
  * @param object - An object to assign properties to.
  *