Skip to content

Commit 8e05a9f

Browse files
authored
Fix typo in comp.lang.c FAQ reference (#5455)
1 parent 9f1a369 commit 8e05a9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

c.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -905,7 +905,7 @@ inaccuracies (well, ideas that are not considered good anymore) or now-changed p
905905
906906
Another good resource is [Learn C The Hard Way](http://learncodethehardway.org/c/) (not free).
907907
908-
If you have a question, read the [compl.lang.c Frequently Asked Questions](http://c-faq.com).
908+
If you have a question, read the [comp.lang.c Frequently Asked Questions](http://c-faq.com).
909909
910910
It's very important to use proper spacing, indentation and to be consistent with your coding style in general.
911911
Readable code is better than clever code and fast code. For a good, sane coding style to adopt, see the

0 commit comments

Comments
 (0)