mirror of
https://gitea.invidious.io/iv-org/shard-athena-negotiation.git
synced 2024-08-15 00:53:23 +00:00
Fix typo
This commit is contained in:
parent
96fe9291e3
commit
67c17734cc
1 changed files with 2 additions and 2 deletions
|
@ -67,7 +67,7 @@ alias ANG = Athena::Negotiation
|
|||
# accept.coding # => "gzip"
|
||||
# ```
|
||||
#
|
||||
# The `ANG::EncodingNegotiator` type returns an `ANG::AcceptEncoding`, or `nil` if negotiating the best character set has failed.
|
||||
# The `ANG::EncodingNegotiator` type returns an `ANG::AcceptEncoding`, or `nil` if negotiating the best encoding has failed.
|
||||
#
|
||||
# ### Language
|
||||
#
|
||||
|
@ -84,7 +84,7 @@ alias ANG = Athena::Negotiation
|
|||
# accept.script # => "hans"
|
||||
# ```
|
||||
#
|
||||
# The `ANG::LanguageNegotiator` type returns an `ANG::AcceptLanguage`, or `nil` if negotiating the best character set has failed.
|
||||
# The `ANG::LanguageNegotiator` type returns an `ANG::AcceptLanguage`, or `nil` if negotiating the best language has failed.
|
||||
module Athena::Negotiation
|
||||
# Returns a lazily initialized `ANG::Negotiator` singleton instance.
|
||||
class_getter(negotiator) { ANG::Negotiator.new }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue