From 1a8f81a65fddf9bd639dca464503a56090ed81b6 Mon Sep 17 00:00:00 2001 From: Rachel Mackintosh <148898879+rachel-mack@users.noreply.github.com> Date: Thu, 6 Mar 2025 15:45:26 -0500 Subject: [PATCH] fix title (#79) (cherry picked from commit b4ad08adb1894b025b05d3e581d57feae24db9b9) --- source/index.txt | 4 ++-- source/read.txt | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/source/index.txt b/source/index.txt index 25d09cea..be306a2c 100644 --- a/source/index.txt +++ b/source/index.txt @@ -70,8 +70,8 @@ Write Data to MongoDB Learn how you can write data to MongoDB in the :ref:`kotlin-sync-write` section. -Read Data from MongoDB ----------------------- +Read Data +--------- Learn how you can retrieve data from MongoDB in the :ref:`kotlin-sync-read` section. diff --git a/source/read.txt b/source/read.txt index 9174627c..615a73a6 100644 --- a/source/read.txt +++ b/source/read.txt @@ -1,8 +1,8 @@ .. _kotlin-sync-read: -====================== -Read Data from MongoDB -====================== +========= +Read Data +========= .. contents:: On this page :local: