diff options
author | Michael Witten <mfwitten@gmail.com> | 2018-10-06 04:20:09 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-10-07 10:10:42 +0900 |
commit | 42ce44e00a4ea6d40634172683e0cae354f7b39e (patch) | |
tree | 55b1afe7426bee0b66b90c0423db813ed26088f7 | |
parent | cae598d9980661a978e2df4fb338518f7bf09572 (diff) | |
download | git-42ce44e00a4ea6d40634172683e0cae354f7b39e.tar.gz |
docs: typo: s/go/to/
Signed-off-by: Michael Witten <mfwitten@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r-- | Documentation/technical/api-history-graph.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/technical/api-history-graph.txt b/Documentation/technical/api-history-graph.txt index 18142b6d29..729d6a0cf3 100644 --- a/Documentation/technical/api-history-graph.txt +++ b/Documentation/technical/api-history-graph.txt @@ -80,7 +80,7 @@ Calling sequence it is invoked. * For each commit, call `graph_next_line()` repeatedly, until - `graph_is_commit_finished()` returns non-zero. Each call go + `graph_is_commit_finished()` returns non-zero. Each call to `graph_next_line()` will output a single line of the graph. The resulting lines will not contain any newlines. `graph_next_line()` returns 1 if the resulting line contains the current commit, or 0 if this is merely a line |