From 35ddeae1bfa167a00105bb3c3eec99c9efeec4fc Mon Sep 17 00:00:00 2001 From: prakanth <50439067+prakanth97@users.noreply.github.com> Date: Thu, 1 Aug 2024 10:18:15 +0530 Subject: [PATCH] Correct output field in md files of data bbes --- .../json_to_record_with_projection.md | 2 +- .../xml_to_record_with_projection.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/json-to-record-with-projection/json_to_record_with_projection.md b/examples/json-to-record-with-projection/json_to_record_with_projection.md index 15af1c72e3..69aa3fb1e3 100644 --- a/examples/json-to-record-with-projection/json_to_record_with_projection.md +++ b/examples/json-to-record-with-projection/json_to_record_with_projection.md @@ -6,4 +6,4 @@ For more information on the underlying module, see the [`data.jsondata` module]( ::: code json_to_record_with_projection.bal ::: -::: out json_to_record_with_projection.bal ::: +::: out json_to_record_with_projection.out ::: diff --git a/examples/xml-to-record-with-projection/xml_to_record_with_projection.md b/examples/xml-to-record-with-projection/xml_to_record_with_projection.md index ffa10c4dd5..9846eafd98 100644 --- a/examples/xml-to-record-with-projection/xml_to_record_with_projection.md +++ b/examples/xml-to-record-with-projection/xml_to_record_with_projection.md @@ -6,4 +6,4 @@ For more information on the underlying module, see the [`data.xmldata` module](h ::: code xml_to_record_with_projection.bal ::: -::: out xml_to_record_with_projection.bal ::: +::: out xml_to_record_with_projection.out :::