mirror of
https://github.com/denoland/deno.git
synced 2024-11-28 16:20:57 -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();
|
.build();
|
||||||
```
|
```
|
||||||
|
|
||||||
## Peformance
|
## Performance
|
||||||
|
|
||||||
The macro can optimize away code, short circuit fast paths and generate a Fast
|
The macro can optimize away code, short circuit fast paths and generate a Fast
|
||||||
API impl.
|
API impl.
|
||||||
|
|
Loading…
Reference in a new issue