Skip to content

Commit a0bce75

Browse files
Format
1 parent 0d18669 commit a0bce75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

freephoenix888/documentation.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -806,7 +806,7 @@ \subsubsection{Серверные обработчики веб маршрута
806806
response,
807807
) => {
808808
if(request.isOk) {
809-
response.send("ok")
809+
response.send("ok")
810810
} else {
811811
response.send("not ok")
812812
}
@@ -1515,7 +1515,7 @@ \subsubsection{Часто задаваемые вопросы}
15151515
\subparagraph{Программно}
15161516
\begin{verbatim}
15171517
await deep.insert({
1518-
type_id: await deep.id("@deep-foundation/core", "Type"),
1518+
type_id: await deep.id("@deep-foundation/core", "Type"),
15191519
from_id: await deep.id("@deep-foundation/core", "Type"),
15201520
to_id: await deep.id("@deep-foundation/core", "Type"),
15211521
});

0 commit comments

Comments
 (0)