diff --git a/src/data/roadmaps/golang/content/100-go-basics/108-functions.md b/src/data/roadmaps/golang/content/100-go-basics/108-functions.md index 1c804ab61..7bbac0ed2 100644 --- a/src/data/roadmaps/golang/content/100-go-basics/108-functions.md +++ b/src/data/roadmaps/golang/content/100-go-basics/108-functions.md @@ -1,11 +1,11 @@ # Functions -Discover how functions work in Go, the list of resources below will cover : +Discover how functions work in Go, the list of resources below will cover: - How to define and call functions in Go? - Named returns in Go? - Handle multiple return types. -- Different types of functions in Go. +- Different function types in Go. Visit the following resources to learn more: