From 73e5b136577b7992101b94f2ae288bfbafd313cd Mon Sep 17 00:00:00 2001 From: busslina <73592852+busslina@users.noreply.github.com> Date: Thu, 15 Jun 2023 21:29:24 +0200 Subject: [PATCH] Comment error fixed (#1865) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: busslina <73592852+busslina@users.noreply.github.com> Co-authored-by: Jonas Uekötter --- dio/lib/src/dio/dio_for_native.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dio/lib/src/dio/dio_for_native.dart b/dio/lib/src/dio/dio_for_native.dart index f256bc8f5..27ecb92ff 100644 --- a/dio/lib/src/dio/dio_for_native.dart +++ b/dio/lib/src/dio/dio_for_native.dart @@ -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),