mirror of
https://github.com/apple/pkl.git
synced 2026-07-07 13:35:36 +02:00
Fix invalid syntax in doc comments of pkl:reflect members (#703)
This commit is contained in:
+2
-2
@@ -116,7 +116,7 @@ external const nothingType: NothingType
|
|||||||
/// In the following example, `barnOwl` is such an object, created by amending the module `pigeon.pkl`.
|
/// In the following example, `barnOwl` is such an object, created by amending the module `pigeon.pkl`.
|
||||||
///
|
///
|
||||||
/// ```
|
/// ```
|
||||||
/// barnOwl = import("pigeon.pkl") {
|
/// barnOwl = (import("pigeon.pkl")) {
|
||||||
/// name = "Barn Owl"
|
/// name = "Barn Owl"
|
||||||
/// }
|
/// }
|
||||||
/// ```
|
/// ```
|
||||||
@@ -129,7 +129,7 @@ external const function Module(mod: base.Module): Module
|
|||||||
/// In the following example, `barnOwl` is such an object, created by amending the module `pigeon.pkl`.
|
/// In the following example, `barnOwl` is such an object, created by amending the module `pigeon.pkl`.
|
||||||
///
|
///
|
||||||
/// ```
|
/// ```
|
||||||
/// barnOwl = import("pigeon.pkl") {
|
/// barnOwl = (import("pigeon.pkl")) {
|
||||||
/// name = "Barn Owl"
|
/// name = "Barn Owl"
|
||||||
/// }
|
/// }
|
||||||
/// ```
|
/// ```
|
||||||
|
|||||||
Reference in New Issue
Block a user