mirror of https://github.com/gdamore/tcell.git
docs typo encoodings -> encodings (#220)
This commit is contained in:
parent
3d5f294a6f
commit
a41c5658c8
|
@ -27,7 +27,7 @@ import (
|
|||
|
||||
// Register registers all known encodings. This is a short-cut to
|
||||
// add full character set support to your program. Note that this can
|
||||
// add several megabytes to your program's size, because some of the encoodings
|
||||
// add several megabytes to your program's size, because some of the encodings
|
||||
// are rather large (particularly those from East Asia.)
|
||||
func Register() {
|
||||
// We supply latin1 and latin5, because Go doesn't
|
||||
|
|
Loading…
Reference in New Issue