Skip to content

Commit d92feb0

Browse files
committed
Remove or replace usages of "sane"
Bug: T254646 Change-Id: I692a93435040c34686b0583f30e6ba39c12ea9df
1 parent 79c4459 commit d92feb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Converter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ protected function doConvert(): string {
165165
$this->doOperation( array_pop( $this->operators ) );
166166
}
167167

168-
// Make sure the result is sane. The first case is possible for an empty
168+
// Make sure the result is sensible. The first case is possible for an empty
169169
// string input, the second should be unreachable.
170170
if ( !count( $this->operands ) ) {
171171
$this->error( 'condition expected' );

0 commit comments

Comments
 (0)