From 71d44933f0b2283847e00859bd797cb4e6b8c43f Mon Sep 17 00:00:00 2001 From: Gwen Lofman Date: Mon, 9 Apr 2018 19:02:53 -0400 Subject: [PATCH] Replace his with their in reference to reader (#665) The reader should not be assumed male; I'm a developer and user, I'm not male. Makes documentation's language gender neutral to make it more welcoming to people that do not use he/him pronouns. --- src/theme/mod.rs | 2 +- src/theme/searcher/searcher.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/theme/mod.rs b/src/theme/mod.rs index 2f6f7c01..f80b8dcc 100644 --- a/src/theme/mod.rs +++ b/src/theme/mod.rs @@ -36,7 +36,7 @@ pub static FONT_AWESOME_OTF: &'static [u8] = include_bytes!("_FontAwesome/fonts/ /// The `Theme` struct should be used instead of the static variables because -/// the `new()` method will look if the user has a theme directory in his +/// the `new()` method will look if the user has a theme directory in their /// source folder and use the users theme instead of the default. /// /// You should only ever use the static variables directly if you want to diff --git a/src/theme/searcher/searcher.js b/src/theme/searcher/searcher.js index ab4bf9a0..063e4a8c 100644 --- a/src/theme/searcher/searcher.js +++ b/src/theme/searcher/searcher.js @@ -4,7 +4,7 @@ window.search = window.search || {}; // Search functionality // // You can use !hasFocus() to prevent keyhandling in your key - // event handlers while the user is typing his search. + // event handlers while the user is typing their search. if (!Mark || !elasticlunr) { return;