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
@@ -31,7 +31,7 @@
|
||||
@Since { version = "0.32.0" }
|
||||
module pkl.ref
|
||||
|
||||
/// Creates a deferred [Reference] to a value of type [class] in the given [domain] and [data].
|
||||
/// Creates a deferred [Reference] to a value of type [`class`] in the given [domain] and [data].
|
||||
///
|
||||
/// References may only be constructed for single, non-generic class types.
|
||||
/// To create a reference to other types (generic classes, union, nullable, constrained,
|
||||
|
||||
Reference in New Issue
Block a user