Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Cuciureanu (swappie) <12533821+acuciureanu@users.noreply.github.com>
  • Loading branch information
acuciureanu authored Jan 19, 2024
1 parent 743d6bf commit 1ec80ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ String.prototype.$initialize.call(alert(document.domain))
For more special cases, such as getting results where the function names have names like: `String.prototype.$<=>`, `String.prototype.$==`, `String.prototype.$eql?` and so on. You can do it like this:

```javascript
String.prototype['$<=>'].call(alert(1))
String.prototype['$<=>'].call(alert(document.domain))
```


Expand Down

0 comments on commit 1ec80ac

Please sign in to comment.