From 9d3ed91433c6d3e976fa7fbfd0387b09ba8d74a8 Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Fri, 20 Dec 2024 11:15:14 -0800 Subject: [PATCH] Remove distracting "IDL" jargon, we do not use this term anywhere else --- docs/learn/encyclopedia/data-format/xdr.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/learn/encyclopedia/data-format/xdr.mdx b/docs/learn/encyclopedia/data-format/xdr.mdx index 2fe3f403e..0d7d1d526 100644 --- a/docs/learn/encyclopedia/data-format/xdr.mdx +++ b/docs/learn/encyclopedia/data-format/xdr.mdx @@ -6,7 +6,8 @@ Stellar stores and communicates ledger data, transactions, results, history, and ## .X files -Data structures in XDR are specified in an interface definition file (IDL). The IDL files used for the Stellar Network are available on [GitHub](https://github.com/stellar/stellar-xdr). +Data structures in XDR are specified in `.x` files. These files _only_ contain data structure definitions, no operations or executable code. +The `.x` files for the XDR structures used on the Stellar Network are available on [GitHub](https://github.com/stellar/stellar-xdr). ## JSON and XDR Conversion Schema