Skip to content

Commit

Permalink
fix: use proper verbs in printing
Browse files Browse the repository at this point in the history
  • Loading branch information
Pulko committed Dec 26, 2023
1 parent b52edba commit 94beeb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _content/tour/basics/type-inference.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ import "fmt"

func main() {
v := 42 // change me!
fmt.Printf("v is of type %T\n", v)
fmt.Printf("%v is of type %T\n", v, v)
}

0 comments on commit 94beeb2

Please sign in to comment.