From 7a09f560f794bb16af6a953cd6b6e0d79fd2fb8c Mon Sep 17 00:00:00 2001
From: feltcat <58396817+feltcat@users.noreply.github.com>
Date: Mon, 14 Aug 2023 03:45:01 +0000
Subject: [PATCH] Fix a typo in README.md

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 5aca5ce2..4e21a144 100644
--- a/README.md
+++ b/README.md
@@ -692,8 +692,8 @@ question. Meaning that mounts in the branch won't be considered in the
 space calculations. The reason is that it doesn't really work for
 non-path preserving policies and can lead to non-obvious behaviors.
 
-NOTE: While any policy can be assigned to a function or category
-though some may not be very useful in practice. For instance: **rand**
+NOTE: While any policy can be assigned to a function or category,
+some may not be very useful in practice. For instance: **rand**
 (random) may be useful for file creation (create) but could lead to
 very odd behavior if used for `chmod` if there were more than one copy
 of the file.