[Sass] Fix a documentation typo.

This commit is contained in:
Nathan Weizenbaum 2009-11-26 16:58:08 -08:00
parent fa7b3fd686
commit 768661170a
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ END
#
# For example:
#
# Color.new([10, 20, 30].with(:blue => 40)
# Color.new([10, 20, 30]).with(:blue => 40)
# #=> rgb(10, 40, 30)
# Color.new([126, 126, 126]).with(:red => 0, :green => 255)
# #=> rgb(0, 255, 126)