From 16ef2ad7a08ddfd0d3948c8589acbe12b3e4eb28 Mon Sep 17 00:00:00 2001 From: Suzanne Soy Date: Fri, 2 Apr 2021 06:40:10 +0100 Subject: [PATCH] Small fixes --- index.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 7b9355b..df3e9d1 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,5 @@ - + GIT tutorial @@ -1295,7 +1295,7 @@ store_index(['README', 'src/main.scm']);

Conclusion

-

This article shows that a large part of the core of GIT can be re-implemented in a few lines of code (copy all the code).

+

This article shows that a large part of the core of GIT can be re-implemented in a few source lines of code* (copy all the code). * empty lines and single closing braces excluded, a few more in total.