Skip to content

Commit 2c58643

Browse files
committed
Fix doc comment. Fixes #13
1 parent 9cf9528 commit 2c58643

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/src/flutter_eval.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,8 @@ class _RuntimeWidgetState extends State<RuntimeWidget> {
221221
/// of package names to maps of filenames to String file contents. E.g.:
222222
/// { 'my_package': { 'main.dart': '''main() { ... }''' } }
223223
///
224-
/// [assetPath] will be used to output a compiled EVC bytecode file in release
225-
/// mode, which will be loaded in debug mode as a Flutter asset if [uri] is
224+
/// [assetPath] will be used to output a compiled EVC bytecode file in debug
225+
/// mode, which will be loaded in release mode as a Flutter asset if [uri] is
226226
/// not specified.
227227
///
228228
/// [uri] is the URI to the EVC bytecode to be executed in release mode. Use

0 commit comments

Comments
 (0)