diff options
author | ydah <[email protected]> | 2024-09-04 21:55:33 +0900 |
---|---|---|
committer | git <[email protected]> | 2024-09-04 13:13:37 +0000 |
commit | dbb8f97eaa4c6c7e36c797c7b1d9a803db2623ea () | |
tree | 9b1022aeb7f6fb38adc25195958e6cf3b490ad54 /lib/prism/parse_result.rb | |
parent | 5c3a52627f945670dd6929614db56c154ebfe552 (diff) |
[ruby/prism] essentialy ==> essentially
https://.com/ruby/prism/commit/9c68c01bcd
-rw-r--r-- | lib/prism/parse_result.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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`. def code_units_column(byte_offset, encoding) byte_offset - line_start(byte_offset) end |