vaticle / typedb-docs

TypeDB Documentation
25 stars 72 forks source link

New change request - C driver API ref typo #855

Open izmalk opened 2 months ago

izmalk commented 2 months ago

Description of issue

Retrieves the type which this Relation belongs to.

https://typedb.com/docs/drivers/c/api-reference#_attribute_get_value is for the value, not the type. Also, it's for attributes.

Affected docs article

https://typedb.com/docs/drivers/c/api-reference#_methods__concept__attribute

Suggested solution

Retrieves the value of this Attribute.