taichi-dev / taichi

Productive, portable, and performant GPU programming in Python.
https://taichi-lang.org
Apache License 2.0
25.05k stars 2.26k forks source link

[Doc] Fix a typo in math/math_module.md #8541

Closed DavidXu-JJ closed 1 week ago

DavidXu-JJ commented 2 weeks ago

Issue: The typo in the documentation is located at https://docs.taichi-lang.org/docs/math_module#small-vector-and-matrix-types

image

Brief Summary

copilot:summary

Walkthrough

copilot:walkthrough

CLAassistant commented 2 weeks ago

CLA assistant check
All committers have signed the CLA.

netlify[bot] commented 2 weeks ago

Deploy Preview for docsite-preview ready!

Name Link
Latest commit 0f96a6bb7ddc41306f28ce381ba570363d1dae6e
Latest deploy log https://app.netlify.com/sites/docsite-preview/deploys/6670ef6b231d1100084f365e
Deploy Preview https://deploy-preview-8541--docsite-preview.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

feisuzhu commented 2 weeks ago

Could you please also fix the error in Build and Test / Build and Test (Docs) (pull_request) ? It's unrelated to the typo, but this typo change forces the doc to be included in CI.

DavidXu-JJ commented 1 week ago

I'm trying to fix it. Let's wait for the test!