Skip to content

Commit

Permalink
[ru] update 'Web/API/Window/clearImmediate' translation
Browse files Browse the repository at this point in the history
  • Loading branch information
leon-win committed Aug 22, 2024
1 parent 96b4c32 commit ad57d3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/ru/web/api/window/clearimmediate/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ clearImmediate(immediateID)

```js
let immediateID = setImmediate(() => {
// Выполняем необходимый код
// Выполнение необходимого кода
});

document.getElementById("button").addEventListener(() => {
Expand Down

0 comments on commit ad57d3b

Please sign in to comment.