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
@@ -73,7 +73,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>
|
||||
|
||||
/// The maximum number of aliases for collection nodes.
|
||||
|
||||
Reference in New Issue
Block a user