Skip to content

Commit 6fe0be0

Browse files
committed
fix documentation errors - remarkable!
1 parent 65b14a7 commit 6fe0be0

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

Sources/GitHubClient/GitHub.Client.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ extension GitHub.Client where Application:GitHubApplication
5252
app: app)
5353
}
5454

55-
/// This is almost the same as ``rest(app:threads:niossl:as:)``, but it is bound to
55+
/// This is almost the same as ``rest(app:niossl:on:as:)``, but it is bound to
5656
/// the `github.com` apex domain, which is used for initial authentication.
5757
public static
5858
func auth(app:consuming Application,

Sources/UnidocServer/Plugins/Unidoc.PluginMessageList.swift

+4-5
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,11 @@ import UnixTime
44

55
extension Unidoc
66
{
7-
/// A formatting abstraction that renders an ``EventBuffer`` as a sequence of `li` elements
8-
/// with relative timestamps.
7+
/// A formatting abstraction that renders a list of ``PluginMessage`` as a sequence of `li`
8+
/// elements with relative timestamps.
99
///
10-
/// `EventList`’s only purpose is to render HTML. Therefore, it requires `Event` to be
11-
/// ``HTML.OutputStreamable``. You should not store `EventList`s for a long period of time,
12-
/// because they contain a current time that will become stale if not immediately rendered.
10+
/// You should not store ``PluginMessageList``s for a long period of time, because they
11+
/// contain a current time that will become stale if not immediately rendered.
1312
@frozen public
1413
struct PluginMessageList<Items> where Items:RandomAccessCollection<PluginMessage>
1514
{

0 commit comments

Comments
 (0)