瀏覽代碼

Update the old comment.

Naotoshi Fujita 2 年之前
父節點
當前提交
987e83943b
共有 1 個文件被更改,包括 0 次插入1 次删除
  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.
  *