Skip to content

Commit d0de178

Browse files
authored
Merge pull request #768 from jpbalarini/patch-1
Update assets.rb typo in comment
2 parents 6554b6d + 33b0ade commit d0de178

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Get upgrade notes from Sprockets 3.x to 4.x at https://github.com/rails/sprocket
1010
- Fix thread safety of `Sprockets::CachedEnvironment` and `Sprockets::Cache::MemoryStore`. [#771](https://github.com/rails/sprockets/pull/771)
1111
- Add support for Rack 3.0. Headers set by sprockets will now be lower case. [#758](https://github.com/rails/sprockets/pull/758)
1212
- Make `Sprockets::Utils.module_include` thread safe on JRuby. [#759](https://github.com/rails/sprockets/pull/759)
13+
- Fix typo in `asset.rb` file. [#768](https://github.com/rails/sprockets/pull/768)
1314

1415
## 4.1.0
1516

lib/sprockets/asset.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ def hexdigest
137137
DigestUtils.pack_hexdigest(digest)
138138
end
139139

140-
# Pubic: ETag String of Asset.
140+
# Public: ETag String of Asset.
141141
def etag
142142
version = environment_version
143143

0 commit comments

Comments
 (0)