From 591a40c0a634ebe224fdcb096866ad32d2d1f36c Mon Sep 17 00:00:00 2001 From: Ian Douglas Scott Date: Tue, 30 May 2023 15:36:14 -0700 Subject: [PATCH] Fix doc link --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 52d5ead..a662f74 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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) }