Skip to content

Commit f3d9fa3

Browse files
committed
Mark the translationtable structure as sendable
1 parent 2509f18 commit f3d9fa3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/HTMLKit/Framework/Localization/TranslationTable.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/// A type that represents a translation table
22
///
33
/// A translation table stores multiple localized strings, mapping unique string keys to their corresponding translations
4-
internal struct TranslationTable {
4+
internal struct TranslationTable: Sendable {
55

66
/// The name of the table
77
internal let name: String

0 commit comments

Comments
 (0)