minor fixes

This commit is contained in:
Violet Bora Lee 2019-11-03 22:14:28 +09:00
parent 611fefd90e
commit 3ffa0beab0
5 changed files with 8 additions and 6 deletions

View file

@ -310,7 +310,7 @@ user = new Proxy(user, {
return {
enumerable: true,
configurable: true
/* ...other flags, probable "value:..."" */
/* ...other flags, probable "value:..." */
};
}