Skip to content

Commit

Permalink
fix 3.6 lint
Browse files Browse the repository at this point in the history
  • Loading branch information
alextekartik committed Sep 4, 2024
1 parent 73e0498 commit ddafe30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fs/lib/fs.dart
Original file line number Diff line number Diff line change
Expand Up @@ -246,8 +246,8 @@ abstract class File extends FileSystemEntity {
/// system resources.
///
/// An [StreamSink] for a file can be opened in two modes:
/// * [FileMode.WRITE]: truncates the file to length zero.
/// * [FileMode.APPEND]: sets the initial write position to the end
/// * [FileMode.write]: truncates the file to length zero.
/// * [FileMode.append]: sets the initial write position to the end
/// of the file.
///
/// When writing strings through the returned [StreamSink] the encoding
Expand Down

0 comments on commit ddafe30

Please sign in to comment.