diff options
author | Junio C Hamano <gitster@pobox.com> | 2019-08-08 14:26:09 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-08-08 14:26:09 -0700 |
commit | 68c1ac4a0bdff0c0522a243e520f16995ade5959 (patch) | |
tree | c7ea543c10c652e703c92a2278bc7be5a7d14291 /Documentation/technical/api-ref-iteration.txt | |
parent | Merge branch 'ds/commit-graph-octopus-fix' (diff) | |
parent | doc: typo: s/can not/cannot/ and s/is does/does/ (diff) | |
download | tgif-68c1ac4a0bdff0c0522a243e520f16995ade5959.tar.xz |
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/api-ref-iteration.txt')
-rw-r--r-- | Documentation/technical/api-ref-iteration.txt | 2 |
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. |