Fix comment for non-string arg (#4583)

This commit is contained in:
Abhishek Amit 2018-01-24 16:24:12 -08:00 committed by GitHub
parent 2fe8b648ed
commit 93296fb4ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -121,9 +121,7 @@ typedef struct {
// collected after the call to |FlutterEngineRun| returns. The string must
// be NULL terminated.
const char* icu_data_path;
// The command line argument count used to initialize the project. The string
// can be collected after the call to |FlutterEngineRun| returns. The string
// must be NULL terminated.
// The command line argument count used to initialize the project.
int command_line_argc;
// The command line arguments used to initialize the project. The strings can
// be collected after the call to |FlutterEngineRun| returns. The strings must