Skip to content

Commit

Permalink
doc: Update
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmah309 committed Dec 23, 2024
1 parent 74a9546 commit e9ecc72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/libs/fs/fs.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ catch (e) {
```
`OpenOptions` is a more extensive builder pattern for opening files in place of `File(..).open(mode)`
```dart
OpenOptions options = Options()
OpenOptions options = OpenOptions()
..append(true)
..create(true)
..createNew(true)
Expand Down

0 comments on commit e9ecc72

Please sign in to comment.