Skip to content

Commit 5610014

Browse files
authored
Fix Darth Vador typo in dql-schema.md
1 parent e613bd9 commit 5610014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/dql/dql-schema.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ For example, you can run the following mutation (using the [RDF]({{< relref "dql
6767
set {
6868
<_:jedi1> <character_name> "Luke Skywalker" .
6969
<_:leia> <character_name> "Leia" .
70-
<_:sith1> <character_name> "Anakin" (aka="Darth Vador",villain=true).
70+
<_:sith1> <character_name> "Anakin" (aka="Darth Vader",villain=true).
7171
<_:sith1> <has_for_child> <_:jedi1> .
7272
<_:sith1> <has_for_child> <_:leia> .
7373
}

0 commit comments

Comments
 (0)