From 6a186592f61f9acbdf3d4a259c8c93a33994b301 Mon Sep 17 00:00:00 2001 From: rlaroseII <125081971+rlaroseII@users.noreply.github.com> Date: Sat, 2 Sep 2023 17:22:55 -0400 Subject: [PATCH] Update README.md Typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 496098f..cbf755e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # A TUTORIAL ON POINTERS AND ARRAYS IN C -This is A TUTORIAL ON POINTERS AND ARRAYS IN C Version 1.3 by Ted Jensen. I am putting this up on my Github account as it appears that Ted has taken down his website where this tutorial was located. I find this tutorial on pointers in C to be one of the best out there and well worth preserving. Since Ted also put this in the Public Domain I plan on working on the tutorial to remove any links to his defunct website and point them to this repository. I also plan on cleaning up the tutorial a bit to remove a few 1990's references (when this turtorial was written) and if needed, update any code to the C11 standard. +This is A TUTORIAL ON POINTERS AND ARRAYS IN C Version 1.3 by Ted Jensen. I am putting this up on my Github account as it appears that Ted has taken down his website where this tutorial was located. I find this tutorial on pointers in C to be one of the best out there and well worth preserving. Since Ted also put this in the Public Domain I plan on working on the tutorial to remove any links to his defunct website and point them to this repository. I also plan on cleaning up the tutorial a bit to remove a few 1990's references (when this tutorial was written) and if needed, update any code to the C11 standard. The first commit was exactly as ver. 1.2 of his tutorial on his website before it was deleted. * [Download](https://github.com/jflaherty/ptrtut13/archive/v1.2.zip) it as a set of HTML/PDF pages compressed to a ZIP File.