Skip to content

Commit

Permalink
Update Specification_tree_ref.md
Browse files Browse the repository at this point in the history
small error in referencing elements by members in a tuple datatype
  • Loading branch information
Yushan-Wang authored Nov 28, 2024
1 parent 9f995e0 commit ccf125e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdi/docs/Specification_tree_ref.md
Original file line number Diff line number Diff line change
Expand Up @@ -1279,7 +1279,7 @@ A \ref tuple_type_node represents a "tuple", where:
* the value associated to the `buffersize` key represents the overall size of
the tuple including potential padding, if omitted, the minimum size that fits
all elements is used,
* the value associated to the `members` key lists all elements of the tuple,
* the value associated to the `elements` key lists all elements of the tuple,
* keys that start with `+` represent attributes, the associated value can be
anything (**scalar**, **sequence** or **mapping**).

Expand Down

0 comments on commit ccf125e

Please sign in to comment.