Skip to content

Fix Typographical Errors in Documentation and Test Logs #226

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Hopium21
Copy link

@Hopium21 Hopium21 commented Mar 4, 2025

book/SUMMARY.md

Old: - Interfaces: CLI, Rust Python
New: - Interfaces: CLI, Rust ,Python
Reason: Fixed an extra comma after "Rust". Ensures correct formatting in the documentation.

crates/cli/src/parse/blocks.rs

Old: println!("EXCPECTED_CHUNK {:?}", expected_chunk);
New: println!("EXPECTED_CHUNK {:?}", expected_chunk);
Reason: Fixed the typo "EXCPECTED" → "EXPECTED" to match standard spelling in test logs for better debugging and consistency.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant