Revert "fix plaintext"

This reverts commit 54e492c21c.
This commit is contained in:
kayos@tcp.direct 2024-06-26 02:06:06 -07:00
parent 031e116a97
commit e5831c0b65
No known key found for this signature in database
GPG Key ID: 4B841471B4BEE979
1 changed files with 1 additions and 2 deletions

View File

@ -32,8 +32,7 @@ func NewHeffalump(mm MarkovMap, buffsize int) *Heffalump {
}
}
// NewDefaultHeffalump instantiates a new default Heffalump from a MarkovMap created using
// using the default source text.
// NewDefaultHeffalump instantiates a new default Heffalump from a MarkovMap created using the default source text.
func NewDefaultHeffalump() *Heffalump {
return NewHeffalump(NewDefaultMarkovMap(), DefaultBuffSize)
}