summaryrefslogtreecommitdiff
path: root/Documentation/technical
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-08-08 14:26:09 -0700
committerJunio C Hamano <gitster@pobox.com>2019-08-08 14:26:09 -0700
commit68c1ac4a0bdff0c0522a243e520f16995ade5959 (patch)
treec7ea543c10c652e703c92a2278bc7be5a7d14291 /Documentation/technical
parent3bcedae27ea2af2e3895d92d6525231e350c91be (diff)
parent6d16922798bbb87ddbc1ff1d23ba8ea65f4f6d3b (diff)
downloadgit-68c1ac4a0bdff0c0522a243e520f16995ade5959.tar.gz
Merge branch 'mr/doc-can-not-to-cannot'
Docfix. * mr/doc-can-not-to-cannot: doc: typo: s/can not/cannot/ and s/is does/does/
Diffstat (limited to 'Documentation/technical')
-rw-r--r--Documentation/technical/api-ref-iteration.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/technical/api-ref-iteration.txt b/Documentation/technical/api-ref-iteration.txt
index 46c3d5c355..ad9d019ff9 100644
--- a/Documentation/technical/api-ref-iteration.txt
+++ b/Documentation/technical/api-ref-iteration.txt
@@ -54,7 +54,7 @@ this:
do not do this you will get an error for each ref that it does not point
to a valid object.
-Note: As a side-effect of this you can not safely assume that all
+Note: As a side-effect of this you cannot safely assume that all
objects you lookup are available in superproject. All submodule objects
will be available the same way as the superprojects objects.