aboutsummaryrefslogtreecommitdiffstats
path: root/docs/checks
diff options
context:
space:
mode:
authorSergio Martins <smartins@kde.org>2018-10-04 18:32:25 +0100
committerSergio Martins <smartins@kde.org>2018-10-04 18:32:25 +0100
commit8ad443d225e2ccda4378aeb5307048df33b95024 (patch)
tree51da5a964d7c8ba1e62c578cad4596cee0f36334 /docs/checks
parent738c8f7347890c36e50378074dc6a0c122e05ace (diff)
skipped-base-method: Fix typo in readme
Diffstat (limited to 'docs/checks')
-rw-r--r--docs/checks/README-skipped-base-method.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/checks/README-skipped-base-method.md b/docs/checks/README-skipped-base-method.md
index 4475987b..68dd2009 100644
--- a/docs/checks/README-skipped-base-method.md
+++ b/docs/checks/README-skipped-base-method.md
@@ -15,4 +15,4 @@ public:
};
Try to avoid jumping over the direct base method. If you really need to then at least
-add a comment in the code, so people know it was intentional. Or even better, an clazy:exclude=skipped-base-method comment, which also sliences this warning.
+add a comment in the code, so people know it was intentional. Or even better, an clazy:exclude=skipped-base-method comment, which also silences this warning.