From d0add202d974f60b6704795b5921a18a5e6ba5f3 Mon Sep 17 00:00:00 2001 From: "Gerasimos (Makis) Maropoulos" Date: Sun, 18 Oct 2020 19:38:23 +0300 Subject: [PATCH] minor --- _examples/request-body/read-url/main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_examples/request-body/read-url/main.go b/_examples/request-body/read-url/main.go index 4dd04014..36521614 100644 --- a/_examples/request-body/read-url/main.go +++ b/_examples/request-body/read-url/main.go @@ -1,5 +1,5 @@ -// package main contains an example on how to use the ReadParams, -// same way you can do the ReadQuery, ReadJSON, ReadProtobuf and e.t.c. +// package main contains an example on how to use the ReadURL, +// same way you can do the ReadQuery, ReadParams, ReadJSON, ReadProtobuf and e.t.c. package main import (