Skip to content

Commit

Permalink
Add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
finnvoor committed Mar 24, 2024
1 parent 4bb15f4 commit b317d9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/PlaydateKit/Playdate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ public import CPlaydate
public enum Playdate {
// MARK: Public

/// An error thrown from the Playdate C API.
public struct Error: Swift.Error, @unchecked Sendable {
let humanReadableText: UnsafePointer<CChar>?
}
Expand Down

0 comments on commit b317d9e

Please sign in to comment.