File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -193,11 +193,11 @@ final ConfigSection root = inscript.getRoot();
193193```
194194
195195### Miscellaneous
196- > ![NOTE ]
197- > By default, Inscript does not run anything asynchronously for you.
196+ By default, Inscript does not run anything asynchronously for you.
198197
199- > ![CAUTION ]
200- > Any loading and saving operations from Inscript **should be run asynchronously**.
198+ > [!Caution ]
199+ >
200+ > Any loading and saving operations from Inscript **should be run asynchronously**.
201201>
202202> Make sure to run the string based methods (not the disk ones) asynchronously as well.
203203> They are basically the same as the disk based ones without the file writing and reading.
@@ -207,4 +207,4 @@ final ConfigSection root = inscript.getRoot();
207207> CompletableFuture .runAsync(inscript::loadFromDisk).thenRun(() -> {
208208> // ...
209209> });
210- > ```
210+ > ```
You can’t perform that action at this time.
0 commit comments