From a48fe3acd88a7860f6d4051eb478d5a5455c02ec Mon Sep 17 00:00:00 2001 From: Yuelin Xin Date: Mon, 9 Jan 2023 17:44:04 +0000 Subject: [PATCH] replace "doing" with "practicing" --- docs/en/chapter_preface/suggestions.md | 2 +- docs/en/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/chapter_preface/suggestions.md b/docs/en/chapter_preface/suggestions.md index cda2e6bd0..3114ba789 100644 --- a/docs/en/chapter_preface/suggestions.md +++ b/docs/en/chapter_preface/suggestions.md @@ -12,7 +12,7 @@ When reading this book, if you find that a section contains an animation or illu ![algorithm_animation](suggestions.assets/algorithm_animation.gif) -## Learning by Doing +## Learning by Practicing !!! tip "Preparation" diff --git a/docs/en/index.md b/docs/en/index.md index a8c356327..e53dc5c96 100644 --- a/docs/en/index.md +++ b/docs/en/index.md @@ -29,7 +29,7 @@ hide: --- -

Learning by Doing

+

Learning by Practicing

Provide clear implementations and test codes of classic algorithms
Multiple languages, detailed comments, all runnable