Index: docs/BlockLanguageSpec.rst
===================================================================
--- docs/BlockLanguageSpec.rst	(revision 190130)
+++ docs/BlockLanguageSpec.rst	(working copy)
@@ -135,7 +135,7 @@
 
 .. code-block:: c
 
-    ^ int ((*)(float x))(char) { return functionPointer; }
+    ^ int (*(float x))(char) { return functionPointer; }
 
 are equivalent expressions, as is:
 
