Merge pull request #1184 from beinhaerter/link_avoid_conversion

Fixed link for "avoid conversion operators"
This commit is contained in:
Gabriel Dos Reis 2018-04-05 15:27:14 -07:00 committed by GitHub
commit 52fcf430d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -144,7 +144,7 @@ You can sample rules for specific language features:
[when to use](#SS-lambdas)
* operator:
[conventional](#Ro-conventional) --
[avoid conversion operators](#Ro-conventional) --
[avoid conversion operators](#Ro-conversion) --
[and lambdas](#Ro-lambda)
* `public`, `private`, and `protected`:
[information hiding](#Rc-private) --