Index: include/v8.h |
diff --git a/include/v8.h b/include/v8.h |
index 5a781607f7879081d0117aefd5242de89146fd9d..80193c423a3498b177391e75cd7e9f75edf0e756 100644 |
--- a/include/v8.h |
+++ b/include/v8.h |
@@ -1656,7 +1656,7 @@ class Object : public Value { |
V8EXPORT bool IsCallable(); |
/** |
- * Call an Object as a function if a callback is set by the |
+ * Call an Object as a function if a callback is set by the |
* ObjectTemplate::SetCallAsFunctionHandler method. |
*/ |
V8EXPORT Local<Value> CallAsFunction(Handle<Object> recv, |
@@ -3562,7 +3562,7 @@ class V8EXPORT Context { |
* // V8 Now no longer locked. |
* \endcode |
* |
- * |
+ * |
*/ |
class V8EXPORT Unlocker { |
public: |