From 135eeded02eb6e1c52d87002312104bf1b37334a Mon Sep 17 00:00:00 2001 From: zyoshoka <107108195+zyoshoka@users.noreply.github.com> Date: Sat, 31 May 2025 18:04:02 +0900 Subject: [PATCH] docs: update broken link in the playground page --- docs/src/7-playground.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/7-playground.md b/docs/src/7-playground.md index 92e219a8..c9a13123 100644 --- a/docs/src/7-playground.md +++ b/docs/src/7-playground.md @@ -79,7 +79,7 @@

About

You can try out tree-sitter with a few pre-selected grammars on this page. You can also run playground locally (with your own grammar) using the -CLI's tree-sitter playground subcommand. +CLI's tree-sitter playground subcommand.

```admonish info