Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix UcFirst documentation issue
  • Loading branch information
stefanwuthrich authored May 23, 2022
1 parent ac138e2 commit e4200e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit e4200e1

Please sign in to comment.