From edde9d00d95b2a8fd57b1e1a3183a9c650242b31 Mon Sep 17 00:00:00 2001 From: Emiel Bruijntjes Date: Wed, 5 Mar 2014 14:06:28 +0100 Subject: fixed typo --- documentation/your-first-extension.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/your-first-extension.html b/documentation/your-first-extension.html index 072e79a..8ee3a60 100644 --- a/documentation/your-first-extension.html +++ b/documentation/your-first-extension.html @@ -196,7 +196,7 @@ extension=yourextension.so


-#include <phpcpp.h&rt;
+#include <phpcpp.h>
 
 /**
  *  tell the compiler that the get_module is a pure C function
-- 
cgit v1.2.3