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
@@ -77,7 +77,7 @@ class Property extends ConvertProperty {
|
||||
/// Use this method to directly define an XML element
|
||||
/// instead of relying on the default rendering of Pkl values.
|
||||
///
|
||||
/// To define the XML element's attributes, set the [attributes] property of the `Element` object:
|
||||
/// To define the XML element's attributes, set the `attributes` property of the `Element` object:
|
||||
/// ```
|
||||
/// order = xml.Element("order") {
|
||||
/// attributes {
|
||||
|
||||
Reference in New Issue
Block a user