From 2890c722fdaf9fe520012bd5a9533aeab6deb209 Mon Sep 17 00:00:00 2001 From: Lucas Dondo <59975541+LucasDondo@users.noreply.github.com> Date: Thu, 22 Aug 2024 05:36:27 -0300 Subject: [PATCH] Made text shorter (#6739) --- .../roadmaps/golang/content/100-go-basics/108-functions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: