File tree 2 files changed +5
-6
lines changed
2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ extension GitHub.Client where Application:GitHubApplication
52
52
app: app)
53
53
}
54
54
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
56
56
/// the `github.com` apex domain, which is used for initial authentication.
57
57
public static
58
58
func auth( app: consuming Application ,
Original file line number Diff line number Diff line change @@ -4,12 +4,11 @@ import UnixTime
4
4
5
5
extension Unidoc
6
6
{
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.
9
9
///
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.
13
12
@frozen public
14
13
struct PluginMessageList < Items> where Items: RandomAccessCollection < PluginMessage >
15
14
{
You can’t perform that action at this time.
0 commit comments