Skip to content

Commit bcc1d43

Browse files
wjabbourrichardlau
authored andcommitted
src,doc: fix grammar due to missing 'is'
PR-URL: #34897 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Franziska Hinkelmann <[email protected]> Reviewed-By: David Carlier <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
1 parent 044297f commit bcc1d43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ that state is through the use of `Environment::AddBindingData`, which gives
402402
binding functions access to an object for storing such state.
403403
That object is always a [`BaseObject`][].
404404
405-
Its class needs to have a static `binding_data_name` field that based on a
405+
Its class needs to have a static `binding_data_name` field based on a
406406
constant string, in order to disambiguate it from other classes of this type,
407407
and which could e.g. match the binding’s name (in the example above, that would
408408
be `cares_wrap`).

0 commit comments

Comments
 (0)