Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
slntopp committed Apr 29, 2021
1 parent 3ea4733 commit 4de7cac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/std++/main.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def debug_out

# @!group Dev Tools

# Replaces string keys with symbol keys
# Replaces string keys with Symbol keys
# @return [Hash]
def to_sym!
self.keys.each do |key|
Expand All @@ -28,7 +28,7 @@ def to_sym!
self
end

# Replaces all keys with string keys
# Replaces all keys with String keys
# @return [Hash]
def to_s!
self.keys.each do |key|
Expand Down

0 comments on commit 4de7cac

Please sign in to comment.