Skip to content

Commit

Permalink
fix doc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitkugler committed May 17, 2024
1 parent c07830e commit d005bb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shaping/wrapping.go
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ func (r *shapedRunSlice) Restore() {
// wrapBuffer, returned line wrapping results will use memory stored within
// the buffer. This means that the same buffer cannot be reused for another
// wrapping operation while the wrapped lines are still in use (unless they
// are deeply copied). If necessary, using a multiple WrapBuffers can work
// are deeply copied). If necessary, using multiple wrapBuffers can work
// around this restriction.
type wrapBuffer struct {
// paragraph is a buffer holding paragraph allocated (primarily) from subregions
Expand Down

0 comments on commit d005bb1

Please sign in to comment.