summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
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;