aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--process/guide.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/process/guide.md b/process/guide.md
index 734dc32..669d6a6 100644
--- a/process/guide.md
+++ b/process/guide.md
@@ -68,8 +68,8 @@ git clone git@github.com:YOUR_NAME/mal.git
cd mal
```
-* Make a new directory for your implementation. For example, if you
-* language is called "quux":
+* Make a new directory for your implementation. For example, if your
+language is called "quux":
```
mkdir quux
```