Skip to content

Commit

Permalink
Amend doc
Browse files Browse the repository at this point in the history
  • Loading branch information
marcandre committed Jun 9, 2020
1 parent 01a1139 commit f751b95
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/parser/source/range.rb
Expand Up @@ -13,7 +13,7 @@ module Source
# ^^
#
# @!attribute [r] source_buffer
# @return [Parser::Diagnostic::Engine]
# @return [Parser::Source::Buffer]
#
# @!attribute [r] begin_pos
# @return [Integer] index of the first character in the range
Expand Down
2 changes: 2 additions & 0 deletions lib/parser/source/tree_rewriter.rb
Expand Up @@ -129,6 +129,8 @@ def empty?
##
# Merges the updates of argument with the receiver.
# Policies of the receiver are used.
# This action is atomic in that it won't change the receiver
# unless it succeeds.
#
# @param [Rewriter] with
# @return [Rewriter] self
Expand Down

0 comments on commit f751b95

Please sign in to comment.