Skip to content

Commit

Permalink
Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
destel committed Jun 13, 2024
1 parent 958aa0e commit 473438c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions example_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,12 @@ func ExampleMapReduce() {
return x + y, nil
},
)
if err != nil {
fmt.Println("Error:", err)
return
}

fmt.Println("Err:", err)
fmt.Println("MapReduce:", mr)
fmt.Println("Result:", mr)
}

// streamFileLines simulates line-by-line streaming of a file from a URL,
Expand Down

0 comments on commit 473438c

Please sign in to comment.