Skip to content

Commit

Permalink
Fix yard comment in example.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
tomoasleep committed May 16, 2024
1 parent cc74aa4 commit 587e44d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/example.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def initialize(source)
@source = source
end

# @param source [String]
# @param new_source [String]
# @return [Code]
def rewrite(new_source)
@source = new_source
Expand Down

0 comments on commit 587e44d

Please sign in to comment.