From a03af72f46a7b13bf0fac188142d20c372573b41 Mon Sep 17 00:00:00 2001 From: 007lva Date: Sun, 14 Jun 2020 22:32:26 +0200 Subject: [PATCH] Fix typo --- lib/sprockets/loader.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sprockets/loader.rb b/lib/sprockets/loader.rb index d7ba54e95..60284f8e7 100644 --- a/lib/sprockets/loader.rb +++ b/lib/sprockets/loader.rb @@ -291,7 +291,7 @@ def resolve_dependencies(uris) # Internal: Retrieves an asset based on its digest # # unloaded - An UnloadedAsset - # limit - A Integer which sets the maximum number of versions of "histories" + # limit - An Integer which sets the maximum number of versions of "histories" # stored in the cache # # This method attempts to retrieve the last `limit` number of histories of an asset