From bbe4d2c898ccaef3a6492d85bd481b46bd972cf7 Mon Sep 17 00:00:00 2001 From: Keshav Kini Date: Thu, 20 Apr 2017 18:15:02 -0700 Subject: [PATCH] Fix typo --- what/gcs.mkd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/what/gcs.mkd b/what/gcs.mkd index abf1d8c..d6f2f6b 100644 --- a/what/gcs.mkd +++ b/what/gcs.mkd @@ -145,7 +145,7 @@ upward (bottom to top). So why are the arrows pointing backward? Well... every commit knows what its parent commit is (as described in the -"what is a SHA" section above). But it can't know what it's child commits are +"what is a SHA" section above). But it can't know what its child commits are -- they haven't been made yet! Therefore a repo is like a single linked list. It cannot be a double linked