Use gender neutral pronouns

This commit is contained in:
Ben James 2018-08-02 15:15:35 +01:00
parent ded121f974
commit e4a4426ff1
24 changed files with 37 additions and 37 deletions

View file

@ -118,7 +118,7 @@ user.name = "Pete"; // Error: Cannot assign to read only property 'name'...
*/!*
```
Now no one can change the name of our user, unless he applies his own `defineProperty` to override ours.
Now no one can change the name of our user, unless they apply their own `defineProperty` to override ours.
Here's the same operation, but for the case when a property doesn't exist: