diff options
author | Gabriele Mastrapasqua <gabriele.mastrapasqua@gmail.com> | 2022-08-26 07:32:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-26 11:02:16 +0530 |
commit | f35900eb5b44869626e9e4f3fbc6d0fe268d2b56 (patch) | |
tree | 2c2791eaa511c0a450e7cdb4116b15df3d45938e | |
parent | da10c9c8d1f7bf6ada71bb70f5f331ed830e5b0e (diff) |
fix: typo in deno_ops README (#15606)
-rw-r--r-- | ops/README.md | 2 |
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. |