summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriele Mastrapasqua <gabriele.mastrapasqua@gmail.com>2022-08-26 07:32:16 +0200
committerGitHub <noreply@github.com>2022-08-26 11:02:16 +0530
commitf35900eb5b44869626e9e4f3fbc6d0fe268d2b56 (patch)
tree2c2791eaa511c0a450e7cdb4116b15df3d45938e
parentda10c9c8d1f7bf6ada71bb70f5f331ed830e5b0e (diff)
fix: typo in deno_ops README (#15606)
-rw-r--r--ops/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/ops/README.md b/ops/README.md
index b9114b554..ab5781e32 100644
--- a/ops/README.md
+++ b/ops/README.md
@@ -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.