Skip to content

Commit ea0d2b7

Browse files
authored
Merge pull request exercism#176 from imwithsam/patch-1
Fix minor typo
2 parents bb4acbf + 4f6bcf4 commit ea0d2b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/hello-world/TUTORIAL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ for "good" design of software is a big topic. The pursuit of it underlies
419419
much of what makes up the more valuable conversations on Exercism.
420420

421421
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
423423
a bit of code reads without changing what it does.
424424

425425
Right now, the details of detecting whether the caller of `hello()` has

0 commit comments

Comments
 (0)