📝 Add period

This commit is contained in:
Kevin Sawicki
2015-01-09 10:03:32 -08:00
parent f48a7ac210
commit 88f489715f

View File

@@ -5,7 +5,7 @@ ParsedColor = require 'color'
# at the key path is of type 'color'.
module.exports =
class Color
# Essential: Parse a {String} or {Object} into a {Color}
# Essential: Parse a {String} or {Object} into a {Color}.
#
# * `value` - A {String} such as `'white'`, `#ff00ff`, or
# `'rgba(255, 15, 60, .75)'` or an {Object} with `red`, `green`,