Skip to content

Commit

Permalink
Update lib/src/configuration.dart
Browse files Browse the repository at this point in the history
Co-authored-by: blagoev <lubo@blagoev.com>
  • Loading branch information
desistefanova and blagoev committed Apr 12, 2022
1 parent 5196e0b commit 4e4897e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/configuration.dart
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ class Configuration {
// during the life of a process to determine if it should be compacted
// before being returned to the user.
//
// - totalSize - The total file size (data + free space)
// - [totalSize] - The total file size (data + free space)
// - usedSize - The total bytes used by data in the file.
// It returns true to indicate that an attempt to compact the file should be made.
// The compaction will be skipped if another process is accessing it.
Expand Down

0 comments on commit 4e4897e

Please sign in to comment.