aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--status.go3
1 files changed, 2 insertions, 1 deletions
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 {