From 5fa598f6360d6c8e135902ea1d252f53b07d6758 Mon Sep 17 00:00:00 2001 From: Takumi Muraishi Date: Thu, 18 Apr 2024 05:37:59 +0900 Subject: [PATCH] Fix typos (#436) --- pkl-doc/src/main/kotlin/org/pkl/doc/DocPackageInfo.kt | 4 ++-- pkl-doc/src/main/kotlin/org/pkl/doc/DocsiteInfo.kt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pkl-doc/src/main/kotlin/org/pkl/doc/DocPackageInfo.kt b/pkl-doc/src/main/kotlin/org/pkl/doc/DocPackageInfo.kt index 38cfd286..24d64836 100644 --- a/pkl-doc/src/main/kotlin/org/pkl/doc/DocPackageInfo.kt +++ b/pkl-doc/src/main/kotlin/org/pkl/doc/DocPackageInfo.kt @@ -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. */ diff --git a/pkl-doc/src/main/kotlin/org/pkl/doc/DocsiteInfo.kt b/pkl-doc/src/main/kotlin/org/pkl/doc/DocsiteInfo.kt index 8cb5ec35..1376f545 100644 --- a/pkl-doc/src/main/kotlin/org/pkl/doc/DocsiteInfo.kt +++ b/pkl-doc/src/main/kotlin/org/pkl/doc/DocsiteInfo.kt @@ -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?,