From 2ff0ac06fc71b921ad1ab2d53a63d8efd3da50ac Mon Sep 17 00:00:00 2001 From: Volker Mische Date: Tue, 3 Sep 2024 11:35:58 +0200 Subject: [PATCH] chore: fix typo --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d8896d0..67714d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ arb = ["dep:quickcheck", "cid/arb"] # Enables support for the Codec trait, needs at least Rust 1.75 codec = [] # Makes the internal representation of an IPLD integer an `i64` instead of the default `i128`. This -# is usefult to work around Serde limitations in regards to untagged enums that contain `i128` +# is useful to work around Serde limitations in regards to untagged enums that contain `i128` # types. **Warning** enabling this feature might break compatibility with existing data. integer-max-i64 = []