From 297aec39f3ada75f5243444218f7d4e7ca92fc25 Mon Sep 17 00:00:00 2001 From: GU Yiling Date: Mon, 14 Mar 2016 12:23:22 +0800 Subject: [PATCH] Update lang.js fix comment --- src/util/lang.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/lang.js b/src/util/lang.js index 996a4247076..e53e9869434 100644 --- a/src/util/lang.js +++ b/src/util/lang.js @@ -299,7 +299,7 @@ export function isPlainObject (obj) { export const isArray = Array.isArray /** - * Define a non-enumerable property + * Define a property. * * @param {Object} obj * @param {String} key