We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79c4459 commit d92feb0Copy full SHA for d92feb0
src/Converter.php
@@ -165,7 +165,7 @@ protected function doConvert(): string {
165
$this->doOperation( array_pop( $this->operators ) );
166
}
167
168
- // Make sure the result is sane. The first case is possible for an empty
+ // Make sure the result is sensible. The first case is possible for an empty
169
// string input, the second should be unreachable.
170
if ( !count( $this->operands ) ) {
171
$this->error( 'condition expected' );
0 commit comments