From 724d7532e2b38c4f8e3d5c39b9eb41f985973dff Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Wed, 13 Nov 2024 10:52:35 +0800 Subject: [PATCH] chore: docstring fixes --- .../thermion_flutter/lib/src/thermion_flutter_plugin.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thermion_flutter/thermion_flutter/lib/src/thermion_flutter_plugin.dart b/thermion_flutter/thermion_flutter/lib/src/thermion_flutter_plugin.dart index cd485822..1487a24c 100644 --- a/thermion_flutter/thermion_flutter/lib/src/thermion_flutter_plugin.dart +++ b/thermion_flutter/thermion_flutter/lib/src/thermion_flutter_plugin.dart @@ -6,7 +6,7 @@ import 'package:thermion_flutter_platform_interface/thermion_flutter_platform_in /// Handles all platform-specific initialization to create a backing rendering /// surface in a Flutter application and lifecycle listeners to pause rendering /// when the app is inactive or in the background. -/// Call [createViewerWithOptions] to create an instance of [ThermionViewer]. +/// Call [createViewer] to create an instance of [ThermionViewer]. /// class ThermionFlutterPlugin { ThermionFlutterPlugin._();