mirror of
https://github.com/apple/pkl.git
synced 2026-07-03 11:41:43 +02:00
Fix incorrect member links (#1723)
This fixes various incorrect member links in the stdlib.
This commit is contained in:
+1
-1
@@ -44,7 +44,7 @@ function ExtVar(_name: String): ExtVar = new { name = _name }
|
||||
/// | [Typed] | object |
|
||||
///
|
||||
/// Some Pkl types, such as [Duration] and [DataSize], don't have a Jsonnet equivalent.
|
||||
/// To render values of such types, define _output converters_ (see [Renderer.converters]).
|
||||
/// To render values of such types, define _output converters_ (see [BaseValueRenderer.converters]).
|
||||
///
|
||||
/// The output is formatted according to _jsonnetfmt_.
|
||||
/// To render an `importstr` construct, use [ImportStr()].
|
||||
|
||||
Reference in New Issue
Block a user