Skip to content

Commit

Permalink
Comment error fixed (#1865)
Browse files Browse the repository at this point in the history
Signed-off-by: busslina <73592852+busslina@users.noreply.github.com>
Co-authored-by: Jonas Uekötter <ueman@users.noreply.github.com>
  • Loading branch information
busslina and ueman authored Jun 15, 2023
1 parent 103e3c0 commit 73e5b13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dio/lib/src/dio/dio_for_native.dart
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class DioForNative with DioMixin implements Dio {
);
}

// If the directory (or file) doesn't exist yet, the entire method fails.
// If the file already exists, the method fails.
file.createSync(recursive: true);

// Shouldn't call file.writeAsBytesSync(list, flush: flush),
Expand Down

0 comments on commit 73e5b13

Please sign in to comment.