examples/custom-renderer: minor docs improvement

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2024-04-06 12:10:15 -07:00 committed by Stephen Gutekanst
parent 5659dd6266
commit 8bd822c35d

View file

@ -108,7 +108,7 @@ fn tick(
else => {},
}
},
.close => engine.send(.exit, .{}),
.close => engine.send(.exit, .{}), // Send an event telling the engine to exit the app
else => {},
}
}