From 71e1aa802eb26b18e2cea412261d8a589ab7c3fe Mon Sep 17 00:00:00 2001 From: Sam Scott Date: Sun, 12 Mar 2017 14:46:30 -0400 Subject: Tweak to docs. --- src/de.rs | 2 +- src/ser/mod.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/de.rs b/src/de.rs index 3f3e9a0..ebc7e5f 100644 --- a/src/de.rs +++ b/src/de.rs @@ -1,4 +1,4 @@ -//! Deserialization support for the `application/x-www-form-urlencoded` format. +//! Deserialization support for querystrings. use serde::de; #[doc(inline)] diff --git a/src/ser/mod.rs b/src/ser/mod.rs index 67ed046..26845b3 100644 --- a/src/ser/mod.rs +++ b/src/ser/mod.rs @@ -1,4 +1,4 @@ -//! Serialization support for the `application/x-www-form-urlencoded` format. +//! Serialization support for querystrings. mod key; mod part; -- cgit v1.2.3