From cf1eca8aa9d61d4f07ad0887e303381e21449d98 Mon Sep 17 00:00:00 2001 From: Yi Xu Date: Mon, 19 Jul 2021 19:00:40 +0800 Subject: [PATCH] [doc] Fix command typo in contributor guide --- docs/lang/articles/contribution/contributor_guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/lang/articles/contribution/contributor_guide.md b/docs/lang/articles/contribution/contributor_guide.md index 7c1adb64cb0fc..b1d8d62ff6b17 100644 --- a/docs/lang/articles/contribution/contributor_guide.md +++ b/docs/lang/articles/contribution/contributor_guide.md @@ -166,7 +166,7 @@ This design is terrible. `yapf v0.29.0` locally before you use `ti format`. - If you don't have these formatting tools locally, feel free to - leverage GitHub actions: simply comment `\format` in a PR + leverage GitHub actions: simply comment `/format` in a PR (e.g., [#2481](https://github.com/taichi-dev/taichi/pull/2481#issuecomment-872226701)) and then [Taichi Gardener](https://github.com/taichi-gardener) will automatically format the code for you.