From 1341ec68e53ac15a9d6ac079f2275c2ca5bbf8f9 Mon Sep 17 00:00:00 2001 From: Wilfred Hughes Date: Wed, 21 May 2025 00:13:29 +0100 Subject: [PATCH] Fix typo --- manual/src/packaging_difftastic.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manual/src/packaging_difftastic.md b/manual/src/packaging_difftastic.md index dd590eca9..9952c2429 100644 --- a/manual/src/packaging_difftastic.md +++ b/manual/src/packaging_difftastic.md @@ -37,9 +37,9 @@ $ RAYON_NUM_THREADS=1 cargo build --release Difftastic depends on [tree_magic_mini](https://docs.rs/tree_magic_mini/latest/tree_magic_mini/), -which access the MIME database on the current system. The MIME database is -used to recognise file types, to ensure that binary files are not -compared as text. +which accesses the MIME database on the current system. The MIME +database is used to recognise file types, so difftastic does not try +to compoare binary files as text. This means that the difftastic package should depend on a MIME database package, if available.