Skip to content

Commit

Permalink
Run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
jedel1043 committed Apr 7, 2023
1 parent be8341f commit ac47b5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/boa_object.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,5 +160,5 @@ Creates a new realm with a new set of builtins and returns its global object.
```javascript
let global = $boa.realm.create();

Object != global.Object // true
Object != global.Object; // true
```

0 comments on commit ac47b5f

Please sign in to comment.