davecgh / go-spew

Implements a deep pretty printer for Go data structures to aid in debugging
ISC License
5.98k stars 361 forks source link

test: typo fix #109

Closed ferhatelmas closed 2 years ago

arcanericky commented 4 years ago

This PR doesn't properly correct the typo.

// TestAddedReflectValue tests functionaly of the dump and formatter code which

changed to

// TestAddedReflectValue tests functionally of the dump and formatter code which

but should be

// TestAddedReflectValue tests functionality of the dump and formatter code which