Skip to content

Commit 1651caa

Browse files
Bad backticks
1 parent 9ad18ca commit 1651caa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tutorials/modules/ROOT/pages/graph-viz.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ TypeDB 3.7.0 introduces the `analyze` operation. Analyzing a query
9696
returns its pipeline structure, along with typing information for the
9797
variables in each pattern.
9898

99-
A pipeline is made up of `PipelineStage`s, some of which are made of
100-
`Conjunction`s.
99+
A pipeline is made up of `PipelineStage` s, some of which are made of
100+
`Conjunction` s.
101101

102102
[source,python]
103103
----
@@ -288,7 +288,7 @@ image:output_13_0.png[]
288288

289289
== Visualising Data
290290

291-
TypeDB answers are `ConceptRow`s which map variables in the queries to
291+
TypeDB answers are `ConceptRow` s which map variables in the queries to
292292
concepts in the database. It has a similar interface to a python
293293
dictionary. If the `include_query_structure` `QueryOption` is set,
294294
the pipeline structure will be returned and each row will have shared

0 commit comments

Comments
 (0)