From c5146314d9f94a668658440fb7bf703f9516937e Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Tue, 6 Aug 2019 13:45:05 +0200 Subject: [PATCH] doc: fix introduced_in note in querystring.md The method descriptions mentioned the right version but for some reason the top-level description did not. Well, now it does. --- doc/api/querystring.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/querystring.md b/doc/api/querystring.md index 15fb35d22f627f..74bca27d3306cf 100644 --- a/doc/api/querystring.md +++ b/doc/api/querystring.md @@ -1,6 +1,6 @@ # Query String - + > Stability: 2 - Stable