Fix typo in comment

Signed-off-by: shandongbinzhou <shandongbinzhou@outlook.com>
This commit is contained in:
shandongbinzhou 2024-03-29 16:17:07 +08:00
parent 124e68bef8
commit 7aac504e41

View File

@ -9,7 +9,7 @@
/// Checks for misuses of the serde API.
///
/// ### Why is this bad?
/// Serde is very finnicky about how its API should be
/// Serde is very finicky about how its API should be
/// used, but the type system can't be used to enforce it (yet?).
///
/// ### Example