File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 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
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 ,
Original file line number Diff line number Diff line change @@ -4,12 +4,11 @@ import UnixTime
44
55extension 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 {
You can’t perform that action at this time.
0 commit comments