summaryrefslogtreecommitdiffhomepage
path: root/awk.html.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'awk.html.markdown')
-rw-r--r--awk.html.markdown1
1 files changed, 0 insertions, 1 deletions
diff --git a/awk.html.markdown b/awk.html.markdown
index e1d4a0a3..ee4cfcac 100644
--- a/awk.html.markdown
+++ b/awk.html.markdown
@@ -375,7 +375,6 @@ END {
if (nlines)
print "The average age for " name " is " sum / nlines;
}
-
```
Further Reading: