Skip to content

Commit 74b5798

Browse files
committed
[docs] minor updates as the API shifted with 0.6.0
1 parent 17e40df commit 74b5798

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Sources/Automerge/Automerge.docc/Curation/Document.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
### Creating or loading a document
66

7-
- ``init(logLevel:)``
7+
- ``init(textEncoding:logLevel:)``
88
- ``init(_:logLevel:)``
99
- ``LogVerbosity``
1010

Sources/Automerge/Document.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public final class Document: @unchecked Sendable {
3333

3434
/// A publisher that emits after the document has changed.
3535
///
36-
/// This publisher and ``objectWillChange()`` are always paired. Unlike that
36+
/// This publisher and `objectWillChange()` are always paired. Unlike that
3737
/// publisher, this one fires after the document update is complete, allowing you to
3838
/// read any changed values.
3939
///

0 commit comments

Comments
 (0)