Skip to content

Commit 0f9650b

Browse files
wjabbouraddaleax
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 9ded294 commit 0f9650b

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)