Skip to content

Commit

Permalink
Update concepts/stringers/about.md
Browse files Browse the repository at this point in the history
Co-authored-by: André Santos <[email protected]>
  • Loading branch information
norbs57 and andrerfcsantos authored May 27, 2022
1 parent 33a00ab commit 8a5898f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion concepts/stringers/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ func (d Distance) String() string {

```go
fmt.Println(distances)
\\ => [790.7 km 415.2 mi 10500 nmi]
// Output: [790.7 km 415.2 mi 10500 nmi]
```

[stringer-interface]: https://pkg.go.dev/fmt#Stringer
Expand Down

0 comments on commit 8a5898f

Please sign in to comment.