mirror of
https://github.com/apple/pkl.git
synced 2026-06-09 15:22:50 +02:00
Fix typos (#436)
This commit is contained in:
@@ -67,7 +67,7 @@ data class DocPackageInfo(
|
|||||||
/**
|
/**
|
||||||
* The overview documentation for this package.
|
* 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.
|
* displayed.
|
||||||
*/
|
*/
|
||||||
val overview: String?,
|
val overview: String?,
|
||||||
@@ -176,7 +176,7 @@ data class DocPackageInfo(
|
|||||||
/** The name of the depended-on package. */
|
/** The name of the depended-on package. */
|
||||||
val name: String,
|
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?,
|
val uri: @Contextual URI?,
|
||||||
|
|
||||||
/** The version of the depended-on package. */
|
/** The version of the depended-on package. */
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ data class DocsiteInfo(
|
|||||||
/**
|
/**
|
||||||
* The overview documentation on the main page of this website.
|
* 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.
|
* shown.
|
||||||
*/
|
*/
|
||||||
val overview: String?,
|
val overview: String?,
|
||||||
|
|||||||
Reference in New Issue
Block a user