From 14751568558794eb52af11b1063e2bbed5a4162c Mon Sep 17 00:00:00 2001 From: Palash Tyagi <23239946+Magnus167@users.noreply.github.com> Date: Mon, 4 Aug 2025 00:05:31 +0100 Subject: [PATCH] Fix casing in user guide title for consistency --- docs/build.sh | 2 +- docs/src/introduction.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/build.sh b/docs/build.sh index 0e109ac..38414e9 100755 --- a/docs/build.sh +++ b/docs/build.sh @@ -1,5 +1,5 @@ #!/usr/bin/env sh -# Build and test the RustFrame user guide using mdBook. +# Build and test the Rustframe user guide using mdBook. set -e cd docs diff --git a/docs/src/introduction.md b/docs/src/introduction.md index 96df2cd..eb23e40 100644 --- a/docs/src/introduction.md +++ b/docs/src/introduction.md @@ -1,6 +1,6 @@ # Introduction -Welcome to the **RustFrame User Guide**. Rustframe is a lightweight dataframe +Welcome to the **Rustframe User Guide**. Rustframe is a lightweight dataframe and math toolkit for Rust written in 100% safe Rust. It focuses on keeping the API approachable while offering handy features for small analytical or educational projects.