Closed Xkonti closed 11 months ago
This PR changes the NewGrid to NewGridOf in the initial code example in README.md.
NewGrid
NewGridOf
README.md
The NewGrid is not generic and internally uses the NewGridOf[string]. Seems like the intention of the introductory explanation was to show NewGridOf instead.
NewGridOf[string]
This PR changes the
NewGrid
toNewGridOf
in the initial code example inREADME.md
.The
NewGrid
is not generic and internally uses theNewGridOf[string]
. Seems like the intention of the introductory explanation was to showNewGridOf
instead.