Fix doc link

This commit is contained in:
Ian Douglas Scott 2023-05-30 15:36:14 -07:00
parent a147a15d45
commit 591a40c0a6

View file

@ -425,7 +425,7 @@ impl<'a> Buffer<'a> {
/// - X, when XShm is available
/// - Win32
///
/// Otherwise this is equivalent to [`present`].
/// Otherwise this is equivalent to [`Self::present`].
pub fn present_with_damage(self, damage: &[Rect]) -> Result<(), SoftBufferError> {
self.buffer_impl.present_with_damage(damage)
}