mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-30 06:37:14 +09:00
chore: fix some typos (#3239)
Signed-off-by: lvyaoting <lvyaoting@outlook.com>
This commit is contained in:
@@ -205,7 +205,7 @@ func (n *Node) ResizeSplit(size int) bool {
|
||||
return n.parent.hResizeSplit(ind, size)
|
||||
}
|
||||
|
||||
// Resize sets this node's size and resizes all children accordlingly
|
||||
// Resize sets this node's size and resizes all children accordingly
|
||||
func (n *Node) Resize(w, h int) {
|
||||
n.W, n.H = w, h
|
||||
|
||||
|
||||
Reference in New Issue
Block a user