mirror of
https://github.com/apple/pkl.git
synced 2026-03-30 22:02:10 +02:00
Fix typos (#436)
This commit is contained in:
@@ -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. */
|
||||
|
||||
@@ -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?,
|
||||
|
||||
Reference in New Issue
Block a user