Skip to content

Commit

Permalink
✏️ Typo in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
pboling committed Sep 20, 2024
1 parent f2e2683 commit 3854951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/gem_bench/jersey.rb
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def load_gem_copy(tmp_dir, files)
end
files.each do |filepath|
# But files required here may not load their own internal files properly if they are still using `require`.
# Since Ruby 2.2, best practice for ruby libraries is to use require_relative for internal files,
# Since Ruby 1.9.2, best practice for ruby libraries is to use require_relative for internal files,
# and require for external files and dependencies.
# Ref: https://github.com/panorama-ed/memo_wise/issues/349
# We *can* use `require` *here*, because filepath here is an absolute paths
Expand Down

0 comments on commit 3854951

Please sign in to comment.