mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-12 11:59:58 +02:00
fix: typos (#540)
This commit is contained in:

committed by
David Luzar

parent
afb1d6725f
commit
689c94151d
@@ -80,7 +80,7 @@ export function moveOneRight<T>(elements: T[], indicesToMove: number[]) {
|
||||
// [_, _, a, b, d, e, g]
|
||||
//
|
||||
// At this point, we can fill back the leftmost elements with the array we saved at
|
||||
// the beggining
|
||||
// the beginning
|
||||
//
|
||||
// |1 |0
|
||||
// [c, f, a, b, d, e, g]
|
||||
@@ -158,7 +158,7 @@ export function moveAllLeft<T>(elements: T[], indicesToMove: number[]) {
|
||||
// [a, b, d, e, g, _, _]
|
||||
//
|
||||
// At this point, we can fill back the rightmost elements with the array we saved at
|
||||
// the beggining
|
||||
// the beginning
|
||||
//
|
||||
// |0 |1
|
||||
// [a, b, d, e, g, c, f]
|
||||
|
Reference in New Issue
Block a user