mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-25 09:38:06 +02:00
Consistently use number
for numeric data types in JSDoc comments
Sometimes we also used `Number` and `integer`, but `number` is what the JSDoc documentation recommends.
This commit is contained in:
parent
ff37cdb5d7
commit
e75991b49e
5 changed files with 16 additions and 16 deletions
|
@ -95,7 +95,7 @@ const ROMAN_NUMBER_MAP = [
|
|||
|
||||
/**
|
||||
* Converts positive integers to (upper case) Roman numerals.
|
||||
* @param {integer} number - The number that should be converted.
|
||||
* @param {number} number - The number that should be converted.
|
||||
* @param {boolean} lowerCase - Indicates if the result should be converted
|
||||
* to lower case letters. The default value is `false`.
|
||||
* @return {string} The resulting Roman number.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue