From ede56acce796745c1282642c469057c7c78e39e5 Mon Sep 17 00:00:00 2001 From: Zhao73 <156770117+Zhao73@users.noreply.github.com> Date: Mon, 1 Jun 2026 17:48:00 +0800 Subject: [PATCH] docs: fix README typo Correct clear spelling mistakes in documentation without changing behavior. Confidence: high Scope-risk: narrow Tested: git diff --check; uvx codespell on changed files Not-tested: Full docs build not run; text-only changes --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 27ccccef..5f3642d2 100644 --- a/readme.md +++ b/readme.md @@ -134,7 +134,7 @@ Solving games with incomplete information such as poker with CFR. * [Fuzzy Tiling Activations](https://nn.labml.ai/activations/fta/index.html) -#### ✨ [Langauge Model Sampling Techniques](https://nn.labml.ai/sampling/index.html) +#### ✨ [Language Model Sampling Techniques](https://nn.labml.ai/sampling/index.html) * [Greedy Sampling](https://nn.labml.ai/sampling/greedy.html) * [Temperature Sampling](https://nn.labml.ai/sampling/temperature.html) * [Top-k Sampling](https://nn.labml.ai/sampling/top_k.html)