Skip to content

Commit 3d0a4bd

Browse files
Commit via running ake Sources/orgs
1 parent 2e20194 commit 3d0a4bd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Sources/orgs/Client.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public struct Client: APIProtocol {
4040
}
4141
/// List organizations
4242
///
43-
/// Lists all organizations, in the order that they were created on GitHub.
43+
/// Lists all organizations, in the order that they were created.
4444
///
4545
/// **Note:** Pagination is powered exclusively by the `since` parameter. Use the [Link header](https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers) to get the URL for the next page of organizations.
4646
///

Sources/orgs/Types.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import struct Foundation.Date
1313
public protocol APIProtocol: Sendable {
1414
/// List organizations
1515
///
16-
/// Lists all organizations, in the order that they were created on GitHub.
16+
/// Lists all organizations, in the order that they were created.
1717
///
1818
/// **Note:** Pagination is powered exclusively by the `since` parameter. Use the [Link header](https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers) to get the URL for the next page of organizations.
1919
///
@@ -730,7 +730,7 @@ public protocol APIProtocol: Sendable {
730730
extension APIProtocol {
731731
/// List organizations
732732
///
733-
/// Lists all organizations, in the order that they were created on GitHub.
733+
/// Lists all organizations, in the order that they were created.
734734
///
735735
/// **Note:** Pagination is powered exclusively by the `since` parameter. Use the [Link header](https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers) to get the URL for the next page of organizations.
736736
///
@@ -6965,7 +6965,7 @@ public enum Components {
69656965
public enum Operations {
69666966
/// List organizations
69676967
///
6968-
/// Lists all organizations, in the order that they were created on GitHub.
6968+
/// Lists all organizations, in the order that they were created.
69696969
///
69706970
/// **Note:** Pagination is powered exclusively by the `since` parameter. Use the [Link header](https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers) to get the URL for the next page of organizations.
69716971
///

0 commit comments

Comments
 (0)