diff --git a/docs/reference/configuration/data-sources/btrfs.md b/docs/reference/configuration/data-sources/btrfs.md
index bebb4eaa..74edc6be 100644
--- a/docs/reference/configuration/data-sources/btrfs.md
+++ b/docs/reference/configuration/data-sources/btrfs.md
@@ -70,13 +70,13 @@ temporary snapshot directory in use at the time the archive was created, as Borg
## Performance
-With Borg version 1.x, New in version
-2.0.12 borgmatic uses consistent snapshot paths between invocations,
-so backups will be cached correctly. No configuration is necessary.
+New in borgmatic version 2.0.12, with Borg version
+1.x borgmatic uses consistent snapshot paths between invocations, so
+backups will be cached correctly. No configuration is necessary.
-With Borg version 1.x Because of
-the way that Btrfs snapshot paths change from one borgmatic invocation to the
-next, the [Borg file
+Prior to borgmatic version 2.0.12, with
+Borg version 1.x Because of the way that Btrfs snapshot paths change from
+one borgmatic invocation to the next, the [Borg file
cache](https://borgbackup.readthedocs.io/en/stable/internals/data-structures.html#cache)
will never get cache hits on snapshotted files. This makes backing up Btrfs
snapshots a little slower than non-snapshotted files that have consistent paths.