From 7ad0a01d2b8b8a17a40b68ab8899c3854c27d5af Mon Sep 17 00:00:00 2001 From: Inclusive Coding Bot <102100353+inclusive-coding-bot@users.noreply.github.com> Date: Thu, 31 Mar 2022 15:33:21 -0400 Subject: [PATCH] Switch to gender neutral terms (#23816) * Switch to gender neutral terms * Update shadows.html * Update TeapotGeometry.js * Update TeapotGeometry.js Co-authored-by: inclusive-coding-bot --- docs/index.html | 2 +- editor/docs/Implementing additional commands for undo-redo.md | 4 ++-- manual/fr/shadows.html | 2 +- manual/index.html | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/index.html b/docs/index.html index f9a69704cbbcc7..bcb873f9cc30a0 100644 --- a/docs/index.html +++ b/docs/index.html @@ -321,7 +321,7 @@

three.js

} - // Auto change language url. If a reader open a document in English, when he click "zh", the document he read will auto change into Chinese version + // Auto change language url. If a reader open a document in English, when they click "zh", the document they read will auto change into Chinese version function autoChangeUrlLanguage( language ) { diff --git a/editor/docs/Implementing additional commands for undo-redo.md b/editor/docs/Implementing additional commands for undo-redo.md index 88ba6acbe3c895..a08c8d05022b75 100644 --- a/editor/docs/Implementing additional commands for undo-redo.md +++ b/editor/docs/Implementing additional commands for undo-redo.md @@ -126,7 +126,7 @@ The idea behind 'updatable commands' is that two commands of the same type which within a short period of time should be merged into one. **For example:** Dragging with your mouse over the x-position field in the sidebar leads to hundreds of minor changes to the x-position. -The user expectation is not to undo every single change that happened while he dragged -the mouse cursor but rather to go back to the position before he started to drag his mouse. +The user expectation is not to undo every single change that happened while they dragged +the mouse cursor but rather to go back to the position before they started to drag their mouse. When editing a script the changes are also merged into one undo-step. diff --git a/manual/fr/shadows.html b/manual/fr/shadows.html index 295585960822de..0a1477112116f1 100644 --- a/manual/fr/shadows.html +++ b/manual/fr/shadows.html @@ -377,4 +377,4 @@

Les ombres dans

- \ No newline at end of file + diff --git a/manual/index.html b/manual/index.html index 34c85ae6e38cc8..f0cfbdd2ae38a1 100644 --- a/manual/index.html +++ b/manual/index.html @@ -304,7 +304,7 @@

three.js

} - // Auto change language url. If a reader open a document in English, when he click "zh", the document he read will auto change into Chinese version + // Auto change language url. If a reader open a document in English, when they click "zh", the document they read will auto change into Chinese version function autoChangeUrlLanguage( language ) {