content/flowcontrol.article: mention defer in the title

Fixes golang/go#10620.

Change-Id: I52d6eddc6e59d1f7812117b0923a01f632d28d29
Reviewed-on: https://go-review.googlesource.com/9494
Reviewed-by: Francesc Campoy Flores <campoy@golang.org>
diff --git a/content/flowcontrol.article b/content/flowcontrol.article
index 02d45fd..e221dd1 100644
--- a/content/flowcontrol.article
+++ b/content/flowcontrol.article
@@ -1,5 +1,5 @@
-Flow control statements: for, if, else, and switch
-Learn how to control the flow of your code with conditionals, loops, and switches.
+Flow control statements: for, if, else, switch and defer
+Learn how to control the flow of your code with conditionals, loops, switches and defers.
 
 The Go Authors
 http://golang.org