mirror of
https://github.com/robonen/questlang.git
synced 2026-03-20 02:44:47 +00:00
fix: remove extra whitespace in installation verification code example
This commit is contained in:
@@ -90,7 +90,7 @@ After installation, verify that the extension is working:
|
|||||||
```questlang
|
```questlang
|
||||||
квест TestQuest;
|
квест TestQuest;
|
||||||
цель "Test quest";
|
цель "Test quest";
|
||||||
|
|
||||||
граф {
|
граф {
|
||||||
узлы {
|
узлы {
|
||||||
старт: {
|
старт: {
|
||||||
@@ -99,7 +99,7 @@ After installation, verify that the extension is working:
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
конец;
|
конец;
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user