From ff06e50df5c6f6aeb8aa22be2f83e37cb4d0e1a5 Mon Sep 17 00:00:00 2001 From: Adnan Maolood Date: Sun, 14 Feb 2021 19:28:21 -0500 Subject: [PATCH] status: Update documentation --- status.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/status.go b/status.go index 3b348f8..630bfa1 100644 --- a/status.go +++ b/status.go @@ -28,7 +28,8 @@ func StatusClass(status int) int { return (status / 10) * 10 } -// Meta returns a description of the status code appropriate for use in a response. +// Meta returns a description of the provided status code appropriate +// for use in a response. // // Meta returns an empty string for input, success, and redirect status codes. func Meta(status int) string {