Skip to content

Commit

Permalink
Fix typo (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
testwill authored Aug 19, 2023
1 parent 8d75cd0 commit 32b17c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rope/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ SplitAt splits the node at the given index and returns two new ropes correspondi
func (n *Node[V]) Value() []V
```

Value returns the elements of this node concatenated into a slice. May return the underyling slice without copying, so do not modify the returned slice.
Value returns the elements of this node concatenated into a slice. May return the underlying slice without copying, so do not modify the returned slice.



Expand Down

0 comments on commit 32b17c8

Please sign in to comment.