| Index: mojo/public/tools/bindings/pylib/mojom/generate/module.py
|
| diff --git a/mojo/public/tools/bindings/pylib/mojom/generate/module.py b/mojo/public/tools/bindings/pylib/mojom/generate/module.py
|
| index 238f060fb6ac4eba91a4670c548ab0aaefefa1db..ec03b7f32fe930cfcf57c977685f712730633dda 100644
|
| --- a/mojo/public/tools/bindings/pylib/mojom/generate/module.py
|
| +++ b/mojo/public/tools/bindings/pylib/mojom/generate/module.py
|
| @@ -21,8 +21,8 @@ class Kind(object):
|
|
|
| class ReferenceKind(Kind):
|
| """ReferenceKind represents pointer types and handle types.
|
| - A type is nullable means that NULL (for pointer types) or invalid handle
|
| - (for handle types) is a legal value for the type.
|
| + A type is nullable if null (for pointer types) or invalid handle (for handle
|
| + types) is a legal value for the type.
|
| """
|
|
|
| def __init__(self, spec=None, is_nullable=False):
|
|
|