On Tue, Nov 12, 2019 at 8:05 PM Junio C Hamano <gitster@xxxxxxxxx> wrote: > > > diff --git a/Documentation/MyFirstObjectWalk.txt b/Documentation/MyFirstObjectWalk.txt > > index 321c0ba6a4..6629122703 100644 > > --- a/Documentation/MyFirstObjectWalk.txt > > +++ b/Documentation/MyFirstObjectWalk.txt > > @@ -119,9 +119,8 @@ parameters provided by the user over the CLI. > > > > `nr` represents the number of `rev_cmdline_entry` present in the array. > > > > -`alloc` is used by the `ALLOC_GROW` macro. Check > > -`Documentation/technical/api-allocation-growing.txt` - this variable is used to > > -track the allocated size of the list. > > +`alloc` is used by the `ALLOC_GROW` macro. Check `cache.h` - this variable is > > +used to track the allocated size of the list. > > Trailing whitespace. Right, thanks!