Skip to content

Commit

Permalink
Fixed error for test
Browse files Browse the repository at this point in the history
  • Loading branch information
name committed Nov 20, 2023
1 parent 75aade9 commit f39f3b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ func main() {
}

func hello() string {
return "Hello Glang!"
return "Hello Golang!"
}

0 comments on commit f39f3b8

Please sign in to comment.