diff --git a/engine/src/flutter/shell/platform/embedder/embedder.h b/engine/src/flutter/shell/platform/embedder/embedder.h index d9390466ab..a0700aa13a 100644 --- a/engine/src/flutter/shell/platform/embedder/embedder.h +++ b/engine/src/flutter/shell/platform/embedder/embedder.h @@ -2602,8 +2602,8 @@ FlutterEngineResult FlutterEngineCollectAOTData(FlutterEngineAOTData data); /// engine may need the embedder to post tasks back to it before /// `FlutterEngineRun` has returned. Embedders can only post tasks /// to the engine if they have a handle to the engine. In such -/// cases, embedders are advised to get the engine handle via the -/// `FlutterInitializeCall`. Then they can call +/// cases, embedders are advised to get the engine handle by calling +/// `FlutterEngineInitialize`. Then they can call /// `FlutterEngineRunInitialized` knowing that they will be able to /// service custom tasks on other threads with the engine handle. ///