vlang / vsl

V library to develop Artificial Intelligence and High-Performance Scientific Computations
https://vlang.github.io/vsl
MIT License
351 stars 44 forks source link

vcl README: fix several typos #188

Closed Wertzui123 closed 11 months ago

Wertzui123 commented 11 months ago

Summary by CodeRabbit

Documentation:

coderabbitai[bot] commented 11 months ago

Walkthrough

The change made is a minor text correction in the README.md file of the VCL project. The word "writting" has been corrected to "writing", enhancing the readability of the document. This change does not impact the code's functionality or logic.

Changes

File Path Summary
.../vcl/README.md Corrected a typo in the text, changing "writting" to "writing". No impact on code functionality.

Poem

🐇🍂 On this fine autumn day, a change so small, yet mightily bright, 🍂🐇

📝 "Writting" to "writing", we set the typo right. 📝

🎃 On this Halloween day, no tricks, just a treat, 🎃

🌟 A README now polished, and oh so neat! 🌟

🌍 From every culture, to each coder's delight, 🌍

🎉 We celebrate this change, under the moon's soft light. 🎉


Tips ### Chat with CodeRabbit Bot (`@coderabbitai`) - If you reply to a *review comment* from CodeRabbit, the bot will automatically respond. - To engage with CodeRabbit bot directly around the specific lines of code in the PR, mention @coderabbitai in your review comment - Note: Review comments are made on code diffs or files, not on the PR overview. - Add `@coderabbitai ignore` anywhere in the PR description to prevent this PR from being reviewed. ### CodeRabbit Commands (invoked as PR comments) - `@coderabbitai pause` to pause the reviews on a PR. - `@coderabbitai resume` to resume the paused reviews. - `@coderabbitai review` to trigger a review. This is useful when automatic reviews are disabled for the repository. - `@coderabbitai help` to get help. - `@coderabbitai resolve` to resolve all the CodeRabbit review comments. Note: For conversation with the bot, please use the review comments on code diffs or files. ### CodeRabbit Configration File (`.coderabbit.yaml`) - You can programmatically configure CodeRabbit by adding a `.coderabbit.yaml` file to the root of your repository. - The JSON schema for the configuration file is available [here](https://coderabbit.ai/integrations/coderabbit-overrides.json). - If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: `# yaml-language-server: $schema=https://coderabbit.ai/integrations/coderabbit-overrides.json`