Skip to content

Commit 25fecd6

Browse files
committed
Fix typos.
1 parent 06e8a61 commit 25fecd6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

documentation/quickstart/2/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,4 +118,4 @@ Greeter and a bunch of methods for that class. Also notice `@name`.
118118
This is an instance variable, and is available to all the methods of
119119
the class. As you can see it’s used by `say_hi` and `say_bye`.
120120

121-
So how do we get this Greeter class set in motion? [Create an object.](../3/")
121+
So how do we get this Greeter class set in motion? [Create an object.](../3/)

documentation/quickstart/3/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Hmm, what if we want to get at the name directly?
4040

4141
Nope, can’t do it.
4242

43-
## Under the Object&#8217;s Skin<
43+
## Under the Object&#8217;s Skin
4444

4545
Instance variables are hidden away inside the object. They&#8217;re not
4646
terribly hidden, you see them whenever you inspect the object, and there

documentation/quickstart/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ header: |
1616
1717
---
1818

19-
## Introduction<
19+
## Introduction
2020

2121

2222
This is a small Ruby tutorial that should take no more than 20 minutes to

0 commit comments

Comments
 (0)