File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -615,7 +615,7 @@ abstract interface class File implements FileSystemEntity {
615
615
/// This method does not transform newline characters (`"\n"` ) to the
616
616
/// platform conventional line ending (e.g. `"\r\n"` on Windows). Use
617
617
/// [Platform.lineTerminator] to separate lines in [contents] if platform
618
- /// contentional line endings are needed.
618
+ /// conventional line endings are needed.
619
619
Future <File > writeAsString (String contents,
620
620
{FileMode mode = FileMode .write,
621
621
Encoding encoding = utf8,
@@ -637,7 +637,7 @@ abstract interface class File implements FileSystemEntity {
637
637
/// This method does not transform newline characters (`"\n"` ) to the
638
638
/// platform conventional line ending (e.g. `"\r\n"` on Windows). Use
639
639
/// [Platform.lineTerminator] to separate lines in [contents] if platform
640
- /// contentional line endings are needed.
640
+ /// conventional line endings are needed.
641
641
///
642
642
/// Throws a [FileSystemException] if the operation fails.
643
643
void writeAsStringSync (String contents,
You can’t perform that action at this time.
0 commit comments