[Lldb-commits] [PATCH] D78807: Fix gendered documentation
Pedro Gonnet via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Apr 24 05:22:26 PDT 2020
pedro.gonnet created this revision.
pedro.gonnet added reviewers: JDevlieghere, hokein.
Herald added projects: clang, LLDB.
Herald added subscribers: lldb-commits, cfe-commits.
Changed two references to developers as "he" or "him" to the more neutral "they".
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D78807
Files:
clang-tools-extra/docs/clang-tidy/checks/google-objc-global-variable-declaration.rst
lldb/docs/use/variable.rst
Index: lldb/docs/use/variable.rst
===================================================================
--- lldb/docs/use/variable.rst
+++ lldb/docs/use/variable.rst
@@ -993,7 +993,7 @@
user to see.
A filter will solve this issue by only letting the user see those member
-variables he cares about. Of course, the equivalent of a filter can be
+variables they care about. Of course, the equivalent of a filter can be
implemented easily using synthetic children, but a filter lets you get the job
done without having to write Python code.
Index: clang-tools-extra/docs/clang-tidy/checks/google-objc-global-variable-declaration.rst
===================================================================
--- clang-tools-extra/docs/clang-tidy/checks/google-objc-global-variable-declaration.rst
+++ clang-tools-extra/docs/clang-tidy/checks/google-objc-global-variable-declaration.rst
@@ -44,4 +44,4 @@
static NSString* __anotherString = @"world";
The check will give a warning message but will not be able to suggest a fix. The
-user need to fix it on his own.
+user needs to fix it on their own.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D78807.259865.patch
Type: text/x-patch
Size: 1101 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20200424/4d849dbd/attachment.bin>
More information about the lldb-commits
mailing list