소스 검색

Merge pull request #176 from imwithsam/patch-1

Fix minor typo
John Ryan 9 년 전
부모
커밋
ea0d2b79ff
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      exercises/hello-world/TUTORIAL.md

+ 1
- 1
exercises/hello-world/TUTORIAL.md 파일 보기

419
 much of what makes up the more valuable conversations on Exercism.
419
 much of what makes up the more valuable conversations on Exercism.
420
 
420
 
421
 For now, let's just take a quick review of our solution and see if there's
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
 a bit of code reads without changing what it does.
423
 a bit of code reads without changing what it does.
424
 
424
 
425
 Right now, the details of detecting whether the caller of `hello()` has
425
 Right now, the details of detecting whether the caller of `hello()` has