Skip to content

Commit

Permalink
Update go.html.markdown with simpler wording (#4829)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrafnadeem-apimatic committed Jan 26, 2024
1 parent 3ae5f34 commit 8498d02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ func learnInterfaces() {
// Functions can have variadic parameters.
func learnVariadicParams(myStrings ...interface{}) {
// Iterate each value of the variadic.
// The underbar here is ignoring the index argument of the array.
// The underscore here is ignoring the index argument of the array.
for _, param := range myStrings {
fmt.Println("param:", param)
}
Expand Down

0 comments on commit 8498d02

Please sign in to comment.