Skip to content

Commit fdd6217

Browse files
Fix typos
1 parent 2e9151f commit fdd6217

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

freephoenix888/handlers-subsection/handlers-subsection.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -416,14 +416,14 @@ \subsubsection{Серверные обработчики по расписани
416416
\hyperlink{Core.SyncTextFile.Description}{SyncTextFile} с таким
417417
значением:
418418
\begin{lstlisting}
419-
(deep) => {
419+
async (deep) => {
420420
await deep.insert({
421421
type_id: await deep.id("@deep-foundation/core", "SyncTextFile"),
422422
string: {
423423
data: {
424424
value: "Hi!"
425425
}
426-
}
426+
},
427427
in: {
428428
data: {
429429
type_id: await deep.id("@deep-foundation/core", "Contain"),

0 commit comments

Comments
 (0)