Skip to content

Commit

Permalink
Merge pull request #768 from jpbalarini/patch-1
Browse files Browse the repository at this point in the history
Update assets.rb typo in comment
  • Loading branch information
rafaelfranca committed Sep 5, 2023
2 parents 6554b6d + 33b0ade commit d0de178
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -10,6 +10,7 @@ Get upgrade notes from Sprockets 3.x to 4.x at https://github.com/rails/sprocket
- Fix thread safety of `Sprockets::CachedEnvironment` and `Sprockets::Cache::MemoryStore`. [#771](https://github.com/rails/sprockets/pull/771)
- Add support for Rack 3.0. Headers set by sprockets will now be lower case. [#758](https://github.com/rails/sprockets/pull/758)
- Make `Sprockets::Utils.module_include` thread safe on JRuby. [#759](https://github.com/rails/sprockets/pull/759)
- Fix typo in `asset.rb` file. [#768](https://github.com/rails/sprockets/pull/768)

## 4.1.0

Expand Down
2 changes: 1 addition & 1 deletion lib/sprockets/asset.rb
Expand Up @@ -137,7 +137,7 @@ def hexdigest
DigestUtils.pack_hexdigest(digest)
end

# Pubic: ETag String of Asset.
# Public: ETag String of Asset.
def etag
version = environment_version

Expand Down

0 comments on commit d0de178

Please sign in to comment.