Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 5ac4d63

Browse files
committed
Weaker words
1 parent 73557f5 commit 5ac4d63

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

impeller/entity/draw_order_resolver.cc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,8 @@ void DrawOrderResolver::PushClip(size_t element_index) {
2727
void DrawOrderResolver::PopClip() {
2828
if (draw_order_layers_.size() == 1u) {
2929
// This is likely recoverable, so don't assert.
30-
VALIDATION_LOG
31-
<< "Attemped to pop the first draw order clip layer. This is a bug in "
32-
"`EntityPass`.";
30+
VALIDATION_LOG << "Attemped to pop the first draw order clip layer. This "
31+
"may be a bug in `EntityPass`.";
3332
return;
3433
}
3534

0 commit comments

Comments
 (0)