-
David Mudrák authored
It was discovered by unit tests that the return value is not a real boolean as was intuitively expected and documented. To avoid potential issues with the truthyness in the future, we explicitly cast the return value to boolean now.
David Mudrák authoredIt was discovered by unit tests that the return value is not a real boolean as was intuitively expected and documented. To avoid potential issues with the truthyness in the future, we explicitly cast the return value to boolean now.
Loading