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
|
||||
квест TestQuest;
|
||||
цель "Test quest";
|
||||
|
||||
|
||||
граф {
|
||||
узлы {
|
||||
старт: {
|
||||
@@ -99,7 +99,7 @@ After installation, verify that the extension is working:
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
конец;
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user