Skip to content

Commit 9c7f4cd

Browse files
authored
replace russian-english comment with english (#1630)
replace russian-english comment with english
2 parents 03499d6 + 9baeb3c commit 9c7f4cd

File tree

1 file changed

+1
-1
lines changed
  • 2-ui/3-event-details/4-mouse-drag-and-drop

1 file changed

+1
-1
lines changed

2-ui/3-event-details/4-mouse-drag-and-drop/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Let's update our algorithm:
124124

125125
```js
126126
// onmousemove
127-
// у мяча ball стоит position:absoute
127+
// ball has position:absoute
128128
ball.style.left = event.pageX - *!*shiftX*/!* + 'px';
129129
ball.style.top = event.pageY - *!*shiftY*/!* + 'px';
130130
```

0 commit comments

Comments
 (0)