docs: Fix missing paragraph break in the docs for Buffer

This commit is contained in:
Liam Murphy 2023-10-30 01:54:05 +11:00 committed by GitHub
parent 0bcd2e22a2
commit 2eef592745
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -383,6 +383,7 @@ impl<D: HasDisplayHandle, W: HasWindowHandle> Surface<D, W> {
/// - X, when XShm is available /// - X, when XShm is available
/// - Win32 /// - Win32
/// - Orbital, when buffer size matches window size /// - Orbital, when buffer size matches window size
///
/// Currently [`Buffer::present`] must block copying image data on: /// Currently [`Buffer::present`] must block copying image data on:
/// - Web /// - Web
/// - macOS /// - macOS