1
0
Fork 0
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:
Gabriele Mastrapasqua 2022-08-26 07:32:16 +02:00 committed by GitHub
parent da10c9c8d1
commit f35900eb5b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.