mirror of
https://github.com/apple/pkl.git
synced 2026-07-03 19:51:47 +02:00
Fix incorrect member links (#1723)
This fixes various incorrect member links in the stdlib.
This commit is contained in:
+1
-1
@@ -54,7 +54,7 @@ class Parser {
|
||||
|
||||
/// Value converters to apply to parsed values.
|
||||
///
|
||||
/// For further information see [PcfRenderer.converters].
|
||||
/// For further information see [BaseValueRenderer.converters].
|
||||
converters: Mapping<Class | String(!isEmpty), (unknown) -> unknown>
|
||||
|
||||
/// Parses [source] as a JSON document.
|
||||
|
||||
Reference in New Issue
Block a user