Skip to content

Commit 75ed70e

Browse files
authored
Merge pull request #4335 from jeffreye/patch-1
Fix a typo in inputs section
2 parents c4516f7 + bdd719a commit 75ed70e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/reference/schema-reference.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2036,7 +2036,7 @@ <h2 id="inputs">inputs</h2>
20362036
myDouble: 0.5
20372037
query(myOtherDouble) double
20382038
query(myArray) tensor(x[3])
2039-
query(myMap) tensor(key{}]):{key1: 1.0, key2: 2.0}
2039+
query(myMap) tensor(key{}):{key1: 1.0, key2: 2.0}
20402040
}
20412041
</pre>
20422042

0 commit comments

Comments
 (0)