Skip to content

Commit

Permalink
Revert "fix plaintext"
Browse files Browse the repository at this point in the history
This reverts commit 54e492c.
  • Loading branch information
yunginnanet committed Jun 26, 2024
1 parent a34dcd8 commit ed1cb3d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions heffalump/heffalump.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down

0 comments on commit ed1cb3d

Please sign in to comment.