diff --git a/doc/manual.html b/doc/manual.html index 829cf7476a..8fcd5b45c0 100644 --- a/doc/manual.html +++ b/doc/manual.html @@ -2048,8 +2048,8 @@

Miscellaneous methods

lot faster. The return value from this method will be the return value of your function. -
cm.startOperation()
-
cm.endOperation()
+
cm.startOperation()
+
cm.endOperation()
In normal circumstances, use the above operation method. But if you want to buffer operations happening asynchronously, or that can't all be wrapped in a callback function, you can