Skip to content

Commit

Permalink
Apply suggestions from review
Browse files Browse the repository at this point in the history
Co-authored-by: Rob Wu <[email protected]>
  • Loading branch information
rebloor and Rob--W committed Sep 20, 2024
1 parent eab357c commit 3c7fbc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ This enables privileged code, such as an extension, to share an object with less
let clonedObject = cloneInto(
obj, // object
targetScope, // object
options // object
options // optional object
);
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ See [Exporting functions that take arguments](#Exporting_functions_that_take_arg
let exportFunctionuating = exportFunction(
func, // function
targetScope, // object
options // object
options // optional object
);
```

Expand Down

0 comments on commit 3c7fbc5

Please sign in to comment.