File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -213,8 +213,8 @@ extension JSON.NodeAccessor {
213213 }
214214 }
215215
216- /// Modify the node at the accessed path, creating it with a default value of ``JSON/null``,
217- /// if it does not exist.
216+ /// Modify the node at the accessed path, creating it with a default value of
217+ /// ``JSON.Node/null``, if it does not exist.
218218 ///
219219 /// Use this when you are confident that the node must be written, and expect to receive
220220 /// an error if incompatible data already exists in the accessed location.
@@ -247,7 +247,7 @@ extension JSON.NodeAccessor {
247247 /// assigning nil to a node that was originally non-nil deletes it.
248248 ///
249249 /// If the accessed path is not writable, and the node is assigned a value in the
250- /// closure — including an explicit ``JSON/null`` — a ``NodeAccessError`` is thrown.
250+ /// closure — including an explicit ``JSON.Node /null`` — a ``NodeAccessError`` is thrown.
251251 @inlinable public static func & (
252252 self: inout Self ,
253253 yield: ( inout JSON . Node ? ) throws -> ( )
You can’t perform that action at this time.
0 commit comments