Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JSUYA committed Oct 16, 2023
1 parent 683b817 commit a31383a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flutter/shell/platform/tizen/channels/platform_channel.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class PlatformChannel {

std::unique_ptr<MethodChannel<rapidjson::Document>> channel_;

// Whether or not initialization is complete from the platform.
// Whether or not initialization is complete from the framework.
bool initialization_complete_ = false;

// A reference to the native view managed by FlutterTizenView.
Expand Down

0 comments on commit a31383a

Please sign in to comment.