Skip to content

Commit b4610eb

Browse files
committed
fix doclinks
1 parent 2755343 commit b4610eb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Sources/JQ/JSON.NodeAccessor.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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 -> ()

0 commit comments

Comments
 (0)