Skip to content

Commit

Permalink
Fix typo in ruby_in_100_minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
josephmarkus authored and s-espinosa committed Oct 30, 2020
1 parent 4814d55 commit b2d5c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/projects/ruby_in_100_minutes.markdown
Expand Up @@ -253,7 +253,7 @@ What we need to do is combine a variable with the string. There are two ways to

#### String Concatenation

The simplistic approach is called **string concatenation** which is joins strings together with the plus sign:
The simplistic approach is called **string concatenation** which joins strings together with the plus sign:

{% irb %}
$ name = "Frank"
Expand Down

0 comments on commit b2d5c10

Please sign in to comment.