From 801b9ec62d94f201e67d053ee90dae0b70e50a42 Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Mon, 26 Jun 2023 15:10:27 +0200 Subject: chore: fix typos (#19572) --- ext/io/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/io') diff --git a/ext/io/Cargo.toml b/ext/io/Cargo.toml index d98e2318a..d8466660d 100644 --- a/ext/io/Cargo.toml +++ b/ext/io/Cargo.toml @@ -8,7 +8,7 @@ edition.workspace = true license.workspace = true readme = "README.md" repository.workspace = true -description = "IO promitives for Deno extensions" +description = "IO primitives for Deno extensions" [lib] path = "lib.rs" -- cgit v1.2.3