Skip to content

Commit dec3b1e

Browse files
Fix incorrect function name in FlutterEngineRun documentation (flutter#163696)
1 parent 9583e0a commit dec3b1e

File tree

1 file changed

+2
-2
lines changed
  • engine/src/flutter/shell/platform/embedder

1 file changed

+2
-2
lines changed

engine/src/flutter/shell/platform/embedder/embedder.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2602,8 +2602,8 @@ FlutterEngineResult FlutterEngineCollectAOTData(FlutterEngineAOTData data);
26022602
/// engine may need the embedder to post tasks back to it before
26032603
/// `FlutterEngineRun` has returned. Embedders can only post tasks
26042604
/// to the engine if they have a handle to the engine. In such
2605-
/// cases, embedders are advised to get the engine handle via the
2606-
/// `FlutterInitializeCall`. Then they can call
2605+
/// cases, embedders are advised to get the engine handle by calling
2606+
/// `FlutterEngineInitialize`. Then they can call
26072607
/// `FlutterEngineRunInitialized` knowing that they will be able to
26082608
/// service custom tasks on other threads with the engine handle.
26092609
///

0 commit comments

Comments
 (0)