mirror of
https://github.com/denoland/deno.git
synced 2024-11-25 15:29:32 -05:00
fix: typo in deno_ops README (#15606)
This commit is contained in:
parent
da10c9c8d1
commit
f35900eb5b
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ Extension::builder()
|
|||
.build();
|
||||
```
|
||||
|
||||
## Peformance
|
||||
## Performance
|
||||
|
||||
The macro can optimize away code, short circuit fast paths and generate a Fast
|
||||
API impl.
|
||||
|
|
Loading…
Reference in a new issue