Documentation/technical: fix a typo

Fix a typo in documentation.

Signed-off-by: Andrew Kreimer <algonell@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Andrew Kreimer
2024-09-20 11:28:13 +03:00
committed by Junio C Hamano
parent 6258f68c3c
commit 98398f3b6b

View File

@ -287,7 +287,7 @@ everything behaves like a dense checkout with a few exceptions (e.g. branch
checkouts and switches write fewer things, knowing the VFS will lazily checkouts and switches write fewer things, knowing the VFS will lazily
write the rest on an as-needed basis). write the rest on an as-needed basis).
Since there is no publically available VFS-related code for folks to try, Since there is no publicly available VFS-related code for folks to try,
the number of folks who can test such a usecase is limited. the number of folks who can test such a usecase is limited.
The primary reason to note the Behavior C usecase is that as we fix things The primary reason to note the Behavior C usecase is that as we fix things