Change: Use gender-neutral pronouns in console command messages (and comments) (#9203)

This commit is contained in:
William Davis
2021-05-08 06:02:30 -04:00
committed by GitHub
parent f187708b3b
commit 881e1da51d
19 changed files with 29 additions and 29 deletions

View File

@@ -48,7 +48,7 @@ public:
/**
* This defines a method inside a class for Squirrel with defined params.
* @note If you define nparam, make sure that he first param is always 'x',
* @note If you define nparam, make sure that the first param is always 'x',
* which is the 'this' inside the function. This is hidden from the rest
* of the code, but without it calling your function will fail!
*/
@@ -81,7 +81,7 @@ public:
/**
* This defines a static method inside a class for Squirrel with defined params.
* @note If you define nparam, make sure that he first param is always 'x',
* @note If you define nparam, make sure that the first param is always 'x',
* which is the 'this' inside the function. This is hidden from the rest
* of the code, but without it calling your function will fail!
*/