Fix spelling error
This commit is contained in:
Родитель
bf4eca7efb
Коммит
7289ea4fcb
|
@ -13,7 +13,7 @@
|
|||
* Adds two numbers together.
|
||||
*
|
||||
* @remarks
|
||||
* This method is part of the {@link core-libary/Math | Math subsystem}.
|
||||
* This method is part of the {@link core-library/Math | Math subsystem}.
|
||||
*
|
||||
* @param x - The first number to add
|
||||
* @param y - The second number to add
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
* Adds two numbers together.
|
||||
*
|
||||
* @remarks
|
||||
* This method is part of the {@link core-libary/Math | Math subsystem}.
|
||||
* This method is part of the {@link core-library/Math | Math subsystem}.
|
||||
* This incomplete HTML tag should be reported as an error: <tag
|
||||
*
|
||||
* @param x - The first number to add
|
||||
|
|
|
@ -11,7 +11,7 @@ This library is the reference implementation of a parser for the TSDoc syntax.
|
|||
* Adds two numbers together.
|
||||
*
|
||||
* @remarks
|
||||
* This method is part of the {@link core-libary/Math | Math subsystem}.
|
||||
* This method is part of the {@link core-library/Math | Math subsystem}.
|
||||
*
|
||||
* @param x - The first number to add
|
||||
* @param y - The second number to add
|
||||
|
|
|
@ -41,7 +41,7 @@ test('02 A basic TSDoc comment with all components', () => {
|
|||
' * Adds two numbers together.',
|
||||
' *',
|
||||
' * @remarks',
|
||||
' * This method is part of the {@link core-libary/Math | Math subsystem}.',
|
||||
' * This method is part of the {@link core-library/Math | Math subsystem}.',
|
||||
' *',
|
||||
' * @customBlock',
|
||||
' * This is a custom block containing an @undefinedBlockTag',
|
||||
|
@ -74,7 +74,7 @@ test('03 Jumbled order', () => {
|
|||
const parserContext: ParserContext = TestHelpers.parseAndMatchDocCommentSnapshot([
|
||||
'/**',
|
||||
' * Adds two numbers together. @remarks This method is part of the',
|
||||
' * {@link core-libary/Math | Math subsystem}.',
|
||||
' * {@link core-library/Math | Math subsystem}.',
|
||||
' * @beta @customModifier',
|
||||
' * @returns The sum of `x` and `y`',
|
||||
' * @param x - The first number to add @param y - The second number to add',
|
||||
|
|
|
@ -64,7 +64,7 @@ Object {
|
|||
"Adds two numbers together.",
|
||||
"",
|
||||
"@remarks",
|
||||
"This method is part of the {@link core-libary/Math | Math subsystem}.",
|
||||
"This method is part of the {@link core-library/Math | Math subsystem}.",
|
||||
"",
|
||||
"@customBlock",
|
||||
"This is a custom block containing an @undefinedBlockTag",
|
||||
|
@ -120,7 +120,7 @@ Object {
|
|||
},
|
||||
Object {
|
||||
"kind": "Particle",
|
||||
"nodeExcerpt": " core-libary/Math | Math subsystem",
|
||||
"nodeExcerpt": " core-library/Math | Math subsystem",
|
||||
},
|
||||
Object {
|
||||
"kind": "Particle",
|
||||
|
@ -387,7 +387,7 @@ exports[`03 Jumbled order 1`] = `
|
|||
Object {
|
||||
"_0_lines": Array [
|
||||
"Adds two numbers together. @remarks This method is part of the",
|
||||
"{@link core-libary/Math | Math subsystem}.",
|
||||
"{@link core-library/Math | Math subsystem}.",
|
||||
"@beta @customModifier",
|
||||
"@returns The sum of [c]x[c] and [c]y[c]",
|
||||
"@param x - The first number to add @param y - The second number to add",
|
||||
|
@ -431,7 +431,7 @@ Object {
|
|||
},
|
||||
Object {
|
||||
"kind": "Particle",
|
||||
"nodeExcerpt": " core-libary/Math | Math subsystem",
|
||||
"nodeExcerpt": " core-library/Math | Math subsystem",
|
||||
},
|
||||
Object {
|
||||
"kind": "Particle",
|
||||
|
|
Загрузка…
Ссылка в новой задаче