From 8993d888b1aa2778243642282d901f779be06237 Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Sat, 1 Mar 2025 17:23:06 +0800 Subject: [PATCH] docstring --- thermion_dart/lib/src/viewer/src/thermion_viewer_base.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thermion_dart/lib/src/viewer/src/thermion_viewer_base.dart b/thermion_dart/lib/src/viewer/src/thermion_viewer_base.dart index f7761db7..d3b0e460 100644 --- a/thermion_dart/lib/src/viewer/src/thermion_viewer_base.dart +++ b/thermion_dart/lib/src/viewer/src/thermion_viewer_base.dart @@ -55,7 +55,7 @@ abstract class ThermionViewer { Future requestFrame(); /// - /// Render a single frame, returning a [Uint8List] containing the pixel buffer. + /// Render a single frame and return the captured image as a pixel buffer. /// Future capture( {covariant SwapChain? swapChain,