From 956b5a911bb317b0324b3902d7fc2eae9800b414 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Cant=C3=BA?= Date: Tue, 3 Sep 2024 17:25:04 -0500 Subject: [PATCH] Add missing to AppendAllBytesAsync Contributes to https://github.com/dotnet/runtime/issues/105979#issuecomment-2303263131 --- xml/System.IO/File.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xml/System.IO/File.xml b/xml/System.IO/File.xml index 723dcb8d453..d6687e419a6 100644 --- a/xml/System.IO/File.xml +++ b/xml/System.IO/File.xml @@ -295,7 +295,7 @@ Asynchronously appends the specified byte array to the end of the file at the given path. If the file doesn't exist, this method creates a new file. If the operation is canceled, the task will return in a canceled state. - To be added. + A task that represents the asynchronous append operation. To be added. or is . @@ -346,7 +346,7 @@ If the file doesn't exist, this method creates a new file. If the operation is canceled, the task will return in a canceled state. To be added. - To be added. + A task that represents the asynchronous append operation. is .