From 830ca775cba6ad5ff50e8898092ae840b2d30e78 Mon Sep 17 00:00:00 2001 From: Lukas Kalbertodt Date: Fri, 8 Dec 2023 17:07:07 +0100 Subject: [PATCH] Fix typo in docs --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 0ef96d0..b36abcd 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -166,7 +166,7 @@ //! //! - `toml`: enables TOML support and adds the `toml` dependency. //! - `yaml`: enables YAML support and adds the `serde_yaml` dependency. -//! - `json5`: enables YAML support and adds the `json5` dependency. +//! - `json5`: enables JSON5 support and adds the `json5` dependency. use serde::Deserialize;