We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9ecc72 commit 15425fdCopy full SHA for 15425fd
book/src/libs/fs/fs.md
@@ -21,7 +21,7 @@ catch (e) {
21
}
22
// handle
23
```
24
-`OpenOptions` is a more extensive builder pattern for opening files in place of `File(..).open(mode)`
+`OpenOptions` is a more powerful builder pattern for opening files in place of `File(..).open(mode)`
25
```dart
26
OpenOptions options = OpenOptions()
27
..append(true)
0 commit comments