Skip to content

Commit

Permalink
Fix missing doc slashes
Browse files Browse the repository at this point in the history
  • Loading branch information
Elliot Mitchum committed Oct 9, 2015
1 parent 4e2aa82 commit cf0261b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions stylesheets/type-heading/functions/_helpers.scss
Original file line number Diff line number Diff line change
Expand Up @@ -353,9 +353,9 @@
/// @since 0.0.11
/// @return {number} The converted absolute number.
///
// @param {number} $number - The number to convert.
// @param {string} $unit - The type of absolute unit.
// @param {number} $base-font-size [$th-base-font-size] - Font size used for relative calculations.
/// @param {number} $number - The number to convert.
/// @param {string} $unit - The type of absolute unit.
/// @param {number} $base-font-size [$th-base-font-size] - Font size used for relative calculations.
///
/// @example scss - Convert 2em to px.
/// th-unit-convert-absolute(2em, px)
Expand Down Expand Up @@ -524,7 +524,7 @@
/// @example scss - Convert 24px to a percentage.
/// th-unit-convert-rel(24px)
/// // 150%
// @example scss - Convert 24px to a percentage with a base font size of 32px.
/// @example scss - Convert 24px to a percentage with a base font size of 32px.
/// th-unit-convert-rel(24px, 32px)
/// // 75%
Expand Down

0 comments on commit cf0261b

Please sign in to comment.