Skip to content

Commit 5d6b5f8

Browse files
authored
Typo fix: Returnin => Returning (#67)
Co-authored-by: Herwin <herwinw@users.noreply.github.com>
1 parent 59b0703 commit 5d6b5f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

4.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ By redefinining `#instance_variables_to_inspect`, the default output of `#inspec
141141
p u
142142
#<User:0x000071d1b04b07a0 @first="Jane">
143143

144-
# Returnin `nil` from the method means "use the default rendering"
144+
# Returning `nil` from the method means "use the default rendering"
145145
class FullUser < User
146146
def instance_variables_to_inspect = nil
147147
end

_src/4.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ By redefinining `#instance_variables_to_inspect`, the default output of `#inspec
141141
p u
142142
#<User:0x000071d1b04b07a0 @first="Jane">
143143

144-
# Returnin `nil` from the method means "use the default rendering"
144+
# Returning `nil` from the method means "use the default rendering"
145145
class FullUser < User
146146
def instance_variables_to_inspect = nil
147147
end

0 commit comments

Comments
 (0)