From e4200e1ebdfe3175a9a80f1a1254b7c9cf6e6c18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20W=C3=BCthrich?= Date: Mon, 23 May 2022 12:12:46 -0500 Subject: [PATCH] Update README.md Fix UcFirst documentation issue --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e2b85f6..3a9129a 100644 --- a/README.md +++ b/README.md @@ -329,7 +329,7 @@ ToUpper makes all string of user input to uppercase and it can be chained on fun #### UcFirst() string -LcFirst simply returns result by lower casing first letter of string and it can be chained on function which return StringManipulation interface. +UcFirst simply returns result by upper casing first letter of string and it can be chained on function which return StringManipulation interface. ```go contains := stringy.New("hello roshan")