Requested change

This commit is contained in:
waldo1001 2021-12-13 17:08:35 +01:00
parent 0a4adb7797
commit 43206f9cb3

View file

@ -17,7 +17,7 @@ Do not use `true` or `false` keywords unnecessarily if the expression is already
## Good code
```al
if IsPositive then
if IsPositive() then
```