summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/zero/request/accept_type.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/zero/request/accept_type.rb b/lib/zero/request/accept_type.rb
index db5a000..a4ccc04 100644
--- a/lib/zero/request/accept_type.rb
+++ b/lib/zero/request/accept_type.rb
@@ -6,7 +6,7 @@ module Zero
MEDIA_PARAM_SEPERATOR = ';'
MEDIA_QUALITY_REGEX = /q=[01]\./
- # create a new instance of AcceptType
+ # create a new instance of AcceptType
def initialize(string)
if string.nil?
@elements = []