Skip to content

Commit ab433fe

Browse files
committed
CamcelCase -> CamelCase
1 parent 7d0c15f commit ab433fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby/lesson4/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class Color
2828
end
2929
```
3030

31-
The name must be defined in camel case. **CamcelCase** is a way of writing compound words or phrases such that each word begins with a capital letter e.g. ColorCode, EmailAddress etc.
31+
The name must be defined in camel case. **CamelCase** is a way of writing compound words or phrases such that each word begins with a capital letter e.g. ColorCode, EmailAddress etc.
3232

3333
## Creating an instance of a class
3434

0 commit comments

Comments
 (0)