diff options
Diffstat (limited to 'src/js/README.md')
-rw-r--r-- | src/js/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/README.md b/src/js/README.md index f1eb3c6ca..52c9ba6f5 100644 --- a/src/js/README.md +++ b/src/js/README.md @@ -75,7 +75,7 @@ object->putDirectBuiltinFunction( // ReadableStream.ts, `function readableStreamToJSON()` // This returns a FunctionExecutable* (extends JSCell*, but not JSFunction*). readableStreamReadableStreamToJSONCodeGenerator(vm), - JSC::PropertyAttribute::Function | JSC::PropertyAttribute::DontDelete | 0 + JSC::PropertyAttribute::DontDelete | 0 ); ``` |