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,