summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-08 21:40:27 +0100
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-08 21:40:27 +0100
commit116770c10d2f8219be6d90207b56853bf5a356e1 (patch)
treef2dda19d60d4052bc561f057f93e8b954b9c2262 /documentation
parentb0b8ecdb0571e56d54ba3eafc590c0791df4260d (diff)
documentation changes
Diffstat (limited to 'documentation')
-rw-r--r--documentation/extension-lifetime.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/extension-lifetime.html b/documentation/extension-lifetime.html
index e5c634c..80a8fda 100644
--- a/documentation/extension-lifetime.html
+++ b/documentation/extension-lifetime.html
@@ -84,7 +84,7 @@ extern "C" {
});
// add the updateCounter method to the extension
- extension.add("updateCounter", updateCounter);
+ extension.add("updateCounters", updateCounters);
// return the extension details
return extension;