@@ -98,7 +98,7 @@ Schema nodes
9898Schema nodes describe the hierarchy of options within a schema. There are two types of schema nodes:
9999
100100- *Scalar * nodes hold a single value of a supported primitive type. For example,
101- a string configuration option of a role is a scalar node its schema.
101+ a string configuration option of a role is a scalar node in its schema.
102102- *Composite * nodes include multiple values in different forms: *records *, *arrays *, or *maps *.
103103
104104A node can have *annotations * -- named attributes that enable customization of
@@ -564,7 +564,7 @@ API Reference
564564 - Merge two configurations
565565
566566 * - :ref: `schema_object:pairs() <config-schema_object-pairs >`
567- - Traverse a configuration
567+ - Walk over a configuration
568568
569569 * - :ref: `schema_object:set() <config-schema_object-set >`
570570 - Set a configuration value
@@ -940,6 +940,7 @@ schema_object
940940
941941 :param any data: configuration data
942942 :param string/table path: path to the target node as:
943+
943944 - a string in the dot notation
944945 - an array-like table
945946
@@ -1062,6 +1063,7 @@ schema_object
10621063
10631064 :param any data: configuration data
10641065 :param string/table path: path to the target node as:
1066+
10651067 - a string in the dot notation
10661068 - an array-like table
10671069 :param any value: new value
0 commit comments