Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(436)

Unified Diff: include/v8.h

Issue 2394173002: Minor comment fixes. (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/objects.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/v8.h
diff --git a/include/v8.h b/include/v8.h
index 36edf5334a9d27c4cec2ba8238eab8ee808dea8e..e3f472605a84e2cbf899b406295a27d44e0068e0 100644
--- a/include/v8.h
+++ b/include/v8.h
@@ -3542,7 +3542,7 @@ class PropertyCallbackInfo {
/**
* \return The receiver. In many cases, this is the object on which the
* property access was intercepted. When using
- * `Reflect.Get`, `Function.prototype.call`, or similar functions, it is the
+ * `Reflect.get`, `Function.prototype.call`, or similar functions, it is the
* object passed in as receiver or thisArg.
*
* \code
@@ -3607,7 +3607,7 @@ class PropertyCallbackInfo {
* \return True if the intercepted function should throw if an error occurs.
* Usually, `true` corresponds to `'use strict'`.
*
- * \note Always `false` when intercepting `Reflect.Set()`
+ * \note Always `false` when intercepting `Reflect.set()`
* independent of the language mode.
*/
V8_INLINE bool ShouldThrowOnError() const;
« no previous file with comments | « no previous file | src/objects.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698