From a34ce153bb79c93b41db9596f5c389909ac9092e Mon Sep 17 00:00:00 2001 From: harry Date: Thu, 9 Feb 2017 14:22:22 +0530 Subject: [PATCH] Coorection in docs comments --- scss/prototype/_list-style-type.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scss/prototype/_list-style-type.scss b/scss/prototype/_list-style-type.scss index 673f927a1..1b915c7f3 100644 --- a/scss/prototype/_list-style-type.scss +++ b/scss/prototype/_list-style-type.scss @@ -16,8 +16,8 @@ $prototype-style-type-unordered-classes: ( disc, circle, square ) !default; -// Map containing all the `style-type-ordered` classes -// @type Map +/// Map containing all the `style-type-ordered` classes +/// @type Map $prototype-style-type-ordered-classes: ( decimal, lower-alpha, lower-latin, lower-roman, upper-alpha, upper-latin, upper-roman ) !default; -- 2.47.2