From d85c85aac1e2e87c0dbac7feddeb38f23da6d700 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Fri, 23 Dec 2011 15:10:06 -0800 Subject: [PATCH] Change 'real example' in addon doc --- doc/api/addons.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/addons.markdown b/doc/api/addons.markdown index b0040141265..6f99f8be48e 100644 --- a/doc/api/addons.markdown +++ b/doc/api/addons.markdown @@ -88,4 +88,4 @@ the recently built module: console.log(addon.hello()); // 'world' For the moment, that is all the documentation on addons. Please see - for a real example. + for a real example.