[ruby/prism] essentialy ==> essentially

https://github.com/ruby/prism/commit/9c68c01bcd
This commit is contained in:
ydah 2024-09-04 21:55:33 +09:00 committed by git
parent 5c3a52627f
commit dbb8f97eaa

View File

@ -155,7 +155,7 @@ module Prism
# Specialized version of `code_units_column` that does not depend on
# `code_units_offset`, which is a more expensive operation. This is
# essentialy the same as `Prism::Source#column`.
# essentially the same as `Prism::Source#column`.
def code_units_column(byte_offset, encoding)
byte_offset - line_start(byte_offset)
end