update docs

This commit is contained in:
Noel 2024-02-22 10:34:59 -08:00 committed by ComplexSpaces
parent c5c798b3a1
commit bc9fd24915

View file

@ -244,7 +244,7 @@ pub trait SetExtLinux: private::Sealed {
/// This is useful for short-lived programs so that it doesn't block until new contents on the clipboard
/// were added and will exit as so.
///
/// Note: this will call [`wait()`][SetExtLinux::wait].
/// Note: this will call [`wait()`][SetExtLinux::wait] if it wasn't previously set.
fn wait_until(self, deadline: Instant) -> Self;
}