diff options
| author | 冯昶 <fengchang@novel-supertv.com> | 2025-11-11 23:21:58 +0800 |
|---|---|---|
| committer | 冯昶 <fengchang@novel-supertv.com> | 2025-11-11 23:21:58 +0800 |
| commit | 131a4bd8d15b794a6b7dd4d4aba08381b3ae009c (patch) | |
| tree | 358bb4d5b9fc58e59467b3fa5788bcb96770a4bd | |
| parent | 3b3b0b8dbde9d5d676963f86a6a4d90b6afd27f2 (diff) | |
| download | perlweeklychallenge-club-131a4bd8d15b794a6b7dd4d4aba08381b3ae009c.tar.gz perlweeklychallenge-club-131a4bd8d15b794a6b7dd4d4aba08381b3ae009c.tar.bz2 perlweeklychallenge-club-131a4bd8d15b794a6b7dd4d4aba08381b3ae009c.zip | |
fix typo
| -rw-r--r-- | challenge-347/feng-chang/raku/ch-1.ipynb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/challenge-347/feng-chang/raku/ch-1.ipynb b/challenge-347/feng-chang/raku/ch-1.ipynb index a392bc2942..56656576e3 100644 --- a/challenge-347/feng-chang/raku/ch-1.ipynb +++ b/challenge-347/feng-chang/raku/ch-1.ipynb @@ -59,7 +59,7 @@ "id": "77b9210d-046f-4b8e-ae2a-980c91e0b107", "metadata": {}, "source": [ - "`.words` is convienent in translate sentences into a list of words:" + "`.words` is convenient in translating sentences into a list of words:" ] }, { |
