Skip to content

Commit

Permalink
change kewords to keywords
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
9034725985 authored Mar 15, 2018
1 parent c2c6406 commit e3a9a24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions for/readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Iteration

To do stuff repeatedly in Go, you'll need `for`. In go there are no `while`, `do`, `until` kewords, you can only use `for`. Which is a good thing!
To do stuff repeatedly in Go, you'll need `for`. In go there are no `while`, `do`, `until` keywords, you can only use `for`. Which is a good thing!

Let's write a test for a function that repeats a character 5 times.

Expand Down Expand Up @@ -119,4 +119,4 @@ What that means is our function takes 136 nanoseconds to run (on my computer). W

- More TDD practice
- Learned `for`.
- Learned how to write benchmarks
- Learned how to write benchmarks

0 comments on commit e3a9a24

Please sign in to comment.