Fork me on GitHub
#datomic
<
2021-04-11
>
hiredman16:04:03

It is ambiguously worded

cjsauer16:04:16

I think it’s less ambiguous and more just plain incorrect. It looks like a copy/paste of the heterogenous tuple bullet point that was then overlooked.

hiredman17:04:31

Maybe it was already fixed since you mentioned it, because I don't see that in the linked text

cjsauer17:04:57

Hm, still the same for me. From https://docs.datomic.com/cloud/schema/schema-reference.html#tuples, the text in question is: > https://docs.datomic.com/cloud/schema/schema-reference.html#homogeneous-tuples have a `:db/tupleType` attribute, whose value is a vector of 2-8 keywords naming a scalar value type. However :db/tupleType is cardinality one:

[#:db{:id 66
       :ident :db/tupleType
       :valueType #:db{:id 21, :ident :db.type/keyword}
       :cardinality #:db{:id 35, :ident :db.cardinality/one}}]

hiredman17:04:49

Ah, I was just clicking on the wrong link in your previous message