diff options
author | Gibheer <gibheer@gmail.com> | 2012-11-16 14:12:16 +0100 |
---|---|---|
committer | Gibheer <gibheer@gmail.com> | 2012-11-16 18:13:07 +0100 |
commit | f7c2a53f0006604721f8f683ac8a0d8913b76124 (patch) | |
tree | 09426f3d9576c96b1ca11c7ea6f4a8bf0d52fef2 /lib | |
parent | 4cf38dae784384a72a7540c015c3d00f6b95a8e5 (diff) |
corrected documentation
Diffstat (limited to 'lib')
-rw-r--r-- | lib/zero/request/accept_type.rb | 2 |
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 = [] |