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 <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com> Reviewed-By: David Carlier <devnexen@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
1 parent 044297f commit bcc1d43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/README.md

Lines changed: 1 addition & 1 deletion
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)