Skip to content

Commit abfe0ca

Browse files
committed
Fix typo
1 parent 73681b6 commit abfe0ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Welcome to the algorithm club!
44

55
Here you'll find implementations of popular algorithms and data structures in everyone's favorite new language Swift, with detailed explanations of how they work.
66

7-
If you're a computer science student who needs to learn this stuff for exams --- or if you're a self-taught programmer who wants to brush up on the theory behind your craft, you've come to the right place.
7+
If you're a computer science student who needs to learn this stuff for exams -- or if you're a self-taught programmer who wants to brush up on the theory behind your craft, you've come to the right place.
88

99
The goal of this project is to explain how algorithms work. The focus is on clarity and readability of the code, not on making a reusable library that you can drop into your own projects. That said, most of the code should be ready for production use, but you may need to tweak it to fit into your own codebase.
1010

0 commit comments

Comments
 (0)