Skip to content

Commit

Permalink
Merge pull request #37 from manicmachine/main
Browse files Browse the repository at this point in the history
2024-12-05 - Change PhraseGenerator from public to open
  • Loading branch information
markbattistella authored Dec 6, 2024
2 parents 8ffa2c4 + f5122d7 commit 9f92992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/PhraseKit/PhraseGenerator.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import Foundation
/// `PhraseGenerator` is a class designed to generate random, human-readable phrases
/// composed of various parts of speech, such as adjectives, nouns, verbs, and adverbs.
@available(iOS 12.0, macOS 10.14, macCatalyst 13.0, tvOS 12.0, watchOS 5.0, visionOS 1.0, *)
public class PhraseGenerator {
open class PhraseGenerator {

/// A list of nouns used to generate phrases.
internal var nouns: [String]
Expand Down

0 comments on commit 9f92992

Please sign in to comment.