From 33ccadcfd38425ba1a852a6ec5bd1397898a537e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Thu, 17 Jan 2019 20:27:48 +0100 Subject: [PATCH] Fix: Wording in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index baa90f8a..2850efc2 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ This rule reports an error when a non-anonymous class is not `final`. ##### Disallowing `abstract` classes -This rule allows to declare `abstract` classes. If you want to disallow `abstract` classes, you can set the `allowAbstractClasses` parameter to `false`: +By default, this rule allows to declare `abstract` classes. If you want to disallow declaring `abstract` classes, you can set the `allowAbstractClasses` parameter to `false`: ```neon parameters: @@ -63,7 +63,7 @@ parameters: ##### Excluding classes from inspection -If you want to exclude classes from being inspected by this rule, you can set the `classesNotRequiredToBeAbstractOrFinal` to a list of class names: +If you want to exclude classes from being inspected by this rule, you can set the `classesNotRequiredToBeAbstractOrFinal` parameter to a list of class names: ```neon parameters: