Просмотр исходного кода

Fix minor typo

Remove duplicate "the"
Samson Brock 9 лет назад
Родитель
Сommit
4f6bcf4dc5
1 измененных файлов: 1 добавлений и 1 удалений
  1. 1
    1
      exercises/hello-world/TUTORIAL.md

+ 1
- 1
exercises/hello-world/TUTORIAL.md Просмотреть файл

@@ -419,7 +419,7 @@ for "good" design of software is a big topic.  The pursuit of it underlies
419 419
 much of what makes up the more valuable conversations on Exercism.
420 420
 
421 421
 For now, let's just take a quick review of our solution and see if there's
422
-any part of it we'd like to refactor.  Refactoring is changing the the way
422
+any part of it we'd like to refactor.  Refactoring is changing the way
423 423
 a bit of code reads without changing what it does.
424 424
 
425 425
 Right now, the details of detecting whether the caller of `hello()` has