Skip to content

Commit 821459a

Browse files
dmitrii-ubskiiflyingsilverfin
authored andcommitted
errors: fix code block
1 parent 08e0888 commit 821459a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

new_core_concepts/modules/ROOT/pages/typedb/errors.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ invalid write. You can access the entire stacktrace of the error in the drivers
66
the Rust driver.
77

88
[,]
9-
====
9+
----
1010
test::schema>> define person sub entity;
1111

1212
Error executing command: 'define person sub entity;'
@@ -18,4 +18,4 @@ Near 1:18:
1818
^
1919
Caused: Error in usage of TypeQL.
2020
Caused: [TSV7] Query parsing failed.
21-
====
21+
----

0 commit comments

Comments
 (0)