Skip to content

Commit

Permalink
[Docs] Fix typo and test git commit access. NFC.
Browse files Browse the repository at this point in the history
  • Loading branch information
lh123 committed Jun 27, 2020
1 parent 4cd19a6 commit c19e82c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -26,7 +26,7 @@ ways where logical constness and physical constness coincide:

Specifically, this check will not suggest to add a ``const`` to a non-const
method if the method reads a private member variable of pointer type because
that allows to modify the pointee which might not preserve logical constness.
that allows to modify the pointer which might not preserve logical constness.
For the same reason, it does not allow to call private member functions
or member functions on private member variables.

Expand Down

0 comments on commit c19e82c

Please sign in to comment.