Skip to content

Commit 37e2878

Browse files
sudomateokotp
authored andcommitted
Minor verbiage updates
As I was going through the exercise, I notice these inconsistencies in the text.
1 parent 01d985c commit 37e2878

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exercises/concept/log-line-parser/.docs/introduction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
Like everything in Ruby, a `String` is an object.
44
Strings are made up of an arbitrary sequence of bytes (normally characters) and are initialized and manipulated like any other object.
55
In fact, one of the most useful things about Ruby is the numerous methods that can be called on strings (and other objects) to save you a lot of time writing code.
6-
In this method we are going to explore and play with some of those helper methods.
6+
In this exercise we are going to explore and play with some of those helper methods.
77

8-
## Creating a string.
8+
## Creating a string
99

1010
Although you can use `String.new(...)` to create a string, it is much more common to use a literal.
1111
There are lots of different literals you can use - and they split into two categories: those that allow interpolation and those that don't.

0 commit comments

Comments
 (0)