Fix typos (#436)

This commit is contained in:
Takumi Muraishi
2024-04-18 05:37:59 +09:00
committed by GitHub
parent e688b4d4e1
commit 5fa598f636
2 changed files with 3 additions and 3 deletions

View File

@@ -67,7 +67,7 @@ data class DocPackageInfo(
/**
* The overview documentation for this package.
*
* Supports the same Morkdown syntax as Pkldoc comments. By default, only the first paragraph is
* Supports the same Markdown syntax as Pkldoc comments. By default, only the first paragraph is
* displayed.
*/
val overview: String?,
@@ -176,7 +176,7 @@ data class DocPackageInfo(
/** The name of the depended-on package. */
val name: String,
/** The URI of the dependend-upon package, if any. */
/** The URI of the depended-upon package, if any. */
val uri: @Contextual URI?,
/** The version of the depended-on package. */

View File

@@ -27,7 +27,7 @@ data class DocsiteInfo(
/**
* The overview documentation on the main page of this website.
*
* Uses the same Morkdown format as Pkldoc comments. Unless expanded, only the first paragraph is
* Uses the same Markdown format as Pkldoc comments. Unless expanded, only the first paragraph is
* shown.
*/
val overview: String?,