Skip to content

Commit

Permalink
Fix format of language range
Browse files Browse the repository at this point in the history
  • Loading branch information
maximo-torterolo-ambrosini authored Jun 2, 2023
1 parent 058035d commit d188b7d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ SouthAmericanCurrenciesRESTfulControllerTest >> english [
{ #category : #'private - language ranges' }
SouthAmericanCurrenciesRESTfulControllerTest >> languageRange [

^ 'de,en;q=0.5,es;=0.6'
^ 'de,en;q=0.5,es;q=0.6'
]

{ #category : #running }
Expand Down

0 comments on commit d188b7d

Please sign in to comment.