fix input capture test

This commit is contained in:
Ferdinand Schober
2024-07-15 12:37:34 +02:00
parent 06c6b2ec2e
commit 102342ce36
2 changed files with 2 additions and 2 deletions

View File

@@ -106,7 +106,7 @@ pub trait InputCapture:
/// release mouse
async fn release(&mut self) -> Result<(), CaptureError>;
/// destroy the input acpture
/// destroy the input capture
async fn terminate(&mut self) -> Result<(), CaptureError>;
}