Index: native_client_sdk/src/doc/devguide/coding/native-client-modules.rst |
diff --git a/native_client_sdk/src/doc/devguide/coding/native-client-modules.rst b/native_client_sdk/src/doc/devguide/coding/native-client-modules.rst |
index ed2030d8568500fd230a9bc8ef38822ef8baa804..b892fd2c7ef5388ca5810b72691fc765cd37236f 100644 |
--- a/native_client_sdk/src/doc/devguide/coding/native-client-modules.rst |
+++ b/native_client_sdk/src/doc/devguide/coding/native-client-modules.rst |
@@ -140,9 +140,9 @@ the NaCl SDK), these three components are specified in the file |
.. naclcode:: |
namespace pp { |
- Module* CreateModule() { |
- return new HelloTutorialModule(); |
- } |
+ Module* CreateModule() { |
+ return new HelloTutorialModule(); |
+ } |
} |
The ``CreateModule()`` factory function is the main binding point between a |