Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/recursive_open_struct.rb
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def respond_to_missing?(mid, include_private = false)
@table.key?(mname) || super
end

# Adapted implementation of method_missing to accomodate the differences between ROS and OS.
# Adapted implementation of method_missing to accommodate the differences between ROS and OS.
#
# TODO: Use modifiable? instead of modifiable, and new_ostruct_member!
# instead of new_ostruct_member once we care less about Rubies before 2.4.0.
Expand Down