summaryrefslogtreecommitdiffhomepage
path: root/c.html.markdown
diff options
context:
space:
mode:
authorAdam Bard <github@adambard.com>2014-11-24 17:48:25 +0100
committerAdam Bard <github@adambard.com>2014-11-24 17:48:25 +0100
commit8d76e20278dc5cdfe404be4a8db12c2313273eac (patch)
treed113e862c2aa8d3e3c7d9ef3b4687b382a98d13d /c.html.markdown
parentda7f534df5c20d024bb40a8538893c3b8d420813 (diff)
parentd179669f3985f8cab479778a1a32f7e02ea3f182 (diff)
Merge pull request #874 from martinhath/master
fix #873
Diffstat (limited to 'c.html.markdown')
-rw-r--r--c.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/c.html.markdown b/c.html.markdown
index 874197d3..f44da38e 100644
--- a/c.html.markdown
+++ b/c.html.markdown
@@ -629,7 +629,7 @@ typedef void (*my_fnp_type)(char *);
## Further Reading
Best to find yourself a copy of [K&R, aka "The C Programming Language"](https://en.wikipedia.org/wiki/The_C_Programming_Language)
-It is *the* book about C, written by the creators of C. Be careful, though - it's ancient and it contains some
+It is *the* book about C, written by Dennis Ritchie, the creator of C, and Brian Kernighan. Be careful, though - it's ancient and it contains some
inaccuracies (well, ideas that are not considered good anymore) or now-changed practices.
Another good resource is [Learn C the hard way](http://c.learncodethehardway.org/book/).