doc(hal): fix timeout description

This commit is contained in:
atlas
2026-04-09 20:13:46 -04:00
committed by Teodor Tanasoaia
parent 02e00a1f4d
commit a6a70bbbac

View File

@@ -1101,7 +1101,7 @@ pub trait Device: WasmNotSendSync {
/// Calling `wait` with a lower [`FenceValue`] than `fence`'s current value
/// returns immediately.
///
/// If `timeout` is provided, the function will block indefinitely or until
/// If `timeout` is not provided, the function will block indefinitely or until
/// an error is encountered.
///
/// Returns `Ok(true)` on success and `Ok(false)` on timeout.