From 2eef592745a6c307176bad86107b2c232ccdeef3 Mon Sep 17 00:00:00 2001 From: Liam Murphy Date: Mon, 30 Oct 2023 01:54:05 +1100 Subject: [PATCH] docs: Fix missing paragraph break in the docs for `Buffer` --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.rs b/src/lib.rs index 798fa96..6ec267c 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -383,6 +383,7 @@ impl Surface { /// - X, when XShm is available /// - Win32 /// - Orbital, when buffer size matches window size +/// /// Currently [`Buffer::present`] must block copying image data on: /// - Web /// - macOS