Skip to content
This repository was archived by the owner on May 23, 2020. It is now read-only.

Commit b75a13f

Browse files
Update classes_and_methods.md
1 parent 1505a6a commit b75a13f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

classes_and_methods.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class Employee
4141
end
4242

4343
#an instance method, called using the dot operator
44-
def getPaid(hours)
44+
` def getPaid(hours)
4545
return @pay*hours
4646
end
4747
end

0 commit comments

Comments
 (0)