Skip to content

Commit fd32c1e

Browse files
committed
fix typo
1 parent 9c1f3a8 commit fd32c1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/native/loaders/lib_loader.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ abstract class LibLoader {
1818

1919
/// The private getPath method, set to handle paths from all 3 Desktop platforms as well as
2020
/// for Flutter apps. Returns the relative library location for desktops, or the necessary
21-
/// NDK set library as according to Flutter's guide on ffia
21+
/// NDK set library as according to Flutter's guide on ffi
2222
String getPath();
2323

2424
/// Factory Loader constructor to return either the Dart native or

0 commit comments

Comments
 (0)